Added test for optional

This commit is contained in:
Luke Page
2015-01-26 22:34:22 +00:00
parent 82b29de3cd
commit 70fb045df4

View File

@@ -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);