mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Charsets should float on top #2126
This commit is contained in:
6
test/less/import.less
vendored
6
test/less/import.less
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user