html - Is CSS @import causing omission of file extension? -


I'm integrating a header from one website to another, the header depends on external CSS files, as well as JS files But also on

I joined & lt; Style scoped & gt; with an attempt to use the @import url ('') to limit the effect of imported CSS (using frames is not an option) ...

The problem is that these lines of code:

   

creates the following request (as seen using Fiddler):

  https://staging.redmatch.com/Staging_RecruiterPro/Candidate / FileServer / Affiliates / 512888 / css / system.base? N7xfen  

So my question is, why . CSS is omitted and can this problem be solved? According to

<, scoped

Accordingly, strong> feature work:

[1] "Enable & lt; style scoped & gt;" Enabled in chrome 20+ or ​​chrome: // flags in the "Experimental WebKit features" flag. [2] Gecko 20 and later apply: The scope is set to pseudo-class, but preference layout.css.scope -seudo.enabled should be set to true. This is the case only by default in Knightley and Aurora test versions.

.. and also to know whether your browser is field attribute or not.


Comments