mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
Added test for optional
This commit is contained in:
2
test/less/import.less
vendored
2
test/less/import.less
vendored
@@ -2,6 +2,8 @@
|
||||
|
||||
@import url(/absolute/something.css) screen and (color) and (max-width: 600px);
|
||||
|
||||
@import (optional) "file-does-not-exist.does-not-exist";
|
||||
|
||||
@var: 100px;
|
||||
@import url("//ha.com/file.css") (min-width:@var);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user