Skip to content

Commit

Permalink
test: import files hosted remotely (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed Apr 17, 2020
1 parent 8e020e9 commit 4604f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/less/import-keyword-url.less
@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import (inline) url("https://fonts.googleapis.com/css?family=Roboto:300");
@import (less) url("https://fonts.googleapis.com/css?family=Roboto:400");
@import (once) url("https://fonts.googleapis.com/css?family=Roboto:500");
Expand Down

0 comments on commit 4604f20

Please sign in to comment.