Add import inline option. Fixes #1209

This commit is contained in:
Luke Page
2013-03-19 15:20:46 +00:00
parent 08fca7a7cc
commit 6fc6dc2301
7 changed files with 41 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
this isn't very valid CSS. @media (min-width: 600px) {
#css { color: yellow; }
}

View File

@@ -0,0 +1,2 @@
@import (inline) url("import/import-test-d.css") (min-width:600px);
@import (inline, css) url("import/invalid-css.less");

View File

@@ -0,0 +1 @@
this isn't very valid CSS.