Skip to content

Commit

Permalink
Add variants for remote imports to imports-url test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Mar 25, 2016
1 parent 7f0fd0f commit bac818a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/css/imports-url.css
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500");
4 changes: 3 additions & 1 deletion test/less/imports-url.less
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500");

0 comments on commit bac818a

Please sign in to comment.