Skip to content

Commit

Permalink
Reproduce #136 (comment) in a test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Jul 20, 2016
1 parent 93e56a5 commit b2a1968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Fixtures.elm
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ pseudoElementStylesheet =
[ color (hex "#fff") ]
, after
[ color (hex "#000") ]
, color (hex "#aaa")
]
]

Expand All @@ -368,5 +369,6 @@ pseudoClassStylesheet =
[ fontSize (em 3) ]
, disabled
[ marginTop (px 20) ]
, backgroundColor (hex "#aaa")
]
]
2 changes: 2 additions & 0 deletions test/Tests.elm
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ pseudoElements =
"""
#Page {
margin: 10px;
color: #aaa;
}
#Page::before {
Expand Down Expand Up @@ -624,6 +625,7 @@ pseudoClasses =
"""
#Page {
color: #fff;
background-color: #aaa;
}
#Page:hover {
Expand Down

0 comments on commit b2a1968

Please sign in to comment.