Charsets should float on top #2126

This commit is contained in:
jurcovicovam
2014-08-03 10:37:10 +02:00
parent 93d6b0876e
commit e7c81125b7
3 changed files with 16 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
@charset "UTF-8"; // stay on top #2013
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(/absolute/something.css) screen and (color) and (max-width: 600px);
@@ -23,4 +22,7 @@
@media print {
@import (multiple) "import/import-test-e";
}
}
@charset "UTF-8"; // climb on top #2126