We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b29de commit 70fb045Copy full SHA for 70fb045
test/less/import.less
@@ -2,6 +2,8 @@
2
3
@import url(/absolute/something.css) screen and (color) and (max-width: 600px);
4
5
+@import (optional) "file-does-not-exist.does-not-exist";
6
+
7
@var: 100px;
8
@import url("//ha.com/file.css") (min-width:@var);
9
0 commit comments