Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle properly alternate stylesheet #14911

Merged
merged 3 commits into from Jan 11, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Modify test to check if @import stylesheet get applied in a alternate…

… stylesheet
  • Loading branch information
charlesvdv committed Jan 10, 2017
commit 2bcefa6470f8c04ef2831e0fa75af8fe6ef01630
@@ -0,0 +1,3 @@
body {
background-color: black;
}
@@ -1,3 +1,5 @@
@import url("alternate-import.css");

div {
background-color: red;
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.