I need to import bootstrap’s grid only CSS into a Wordpress file using the external CSS editor (I know this isn’t great, but it’s the only option I have at the moment!).
I am using the following line, but it is not importing the CSS:
The @import rule seems OK, but must come before all other rules and can’t be nested in another @rule, and I think it needs the closing semi colon too to separate it from the eventual next rule-block.