From 70fb045df4f5c5b39a36bd96015fb80241b82d6f Mon Sep 17 00:00:00 2001 From: Luke Page Date: Mon, 26 Jan 2015 22:34:22 +0000 Subject: [PATCH] Added test for optional --- test/less/import.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/less/import.less b/test/less/import.less index 9f8b2914..e59754fa 100644 --- a/test/less/import.less +++ b/test/less/import.less @@ -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);