@import Question
-
Hi!
First of all let me say I love your plugin, really great work!
I just have one question: I noticed that autoptimize also improved my @import rating (makes sense if its just that one css now).
However it does @import those css-files from external sources like google webfonts or fontawesome. I was wondering if it ist possible to include those css files with the <link>-method instead.
I added:
<link rel="stylesheet" type="text/css" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" media="screen"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto|Open+Sans" media="screen">
to my header.php to avoid those @imports but they’re still there. The plugin includes them right at the start of the generated css file.
Is it possible to not import those external files and instead include links in the header?
Best regards!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘@import Question’ is closed to new replies.