Skip to content

Commit 70fb045

Browse files
committed
Added test for optional
1 parent 82b29de commit 70fb045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/less/import.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
@import url(/absolute/something.css) screen and (color) and (max-width: 600px);
44

5+
@import (optional) "file-does-not-exist.does-not-exist";
6+
57
@var: 100px;
68
@import url("//ha.com/file.css") (min-width:@var);
79

0 commit comments

Comments
 (0)