Skip to content

Commit

Permalink
Add test for #2440
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Mar 21, 2015
1 parent e0dff53 commit 17aafae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/css/import.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@charset "UTF-8";
/** comment at the top**/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(/absolute/something.css) screen and (color) and (max-width: 600px);
@import url("//ha.com/file.css") (min-width: 100px);
Expand Down
1 change: 1 addition & 0 deletions test/less/import.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** comment at the top**/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

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

0 comments on commit 17aafae

Please sign in to comment.