Skip to content

Commit

Permalink
Modify test to check if @import stylesheet get applied in a alternate…
Browse files Browse the repository at this point in the history
… stylesheet
  • Loading branch information
charlesvdv committed Jan 10, 2017
1 parent 19e31d5 commit 2bcefa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
@@ -0,0 +1,3 @@
body {
background-color: black;
}
@@ -1,3 +1,5 @@
@import url("alternate-import.css");

div {
background-color: red;
}

0 comments on commit 2bcefa6

Please sign in to comment.