Skip to content

Commit f217458

Browse files
committedFeb 7, 2017
fix broken tests
1 parent 0af7c31 commit f217458

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
 
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.test{width:calc(3em - 3px);width:calc(3rem - 3px);width:calc((1vh + 3px) - 3rem);color:var(--foo,red);color:var(--foo,rgba(255,0,0,.5))}
1+
.test{width:calc(3em - 3px);width:calc(3rem - 3px);width:calc((1vh + 3px) - 3rem);color:var(--foo, red);color:var(--foo, rgba(255, 0, 0, .5))}

‎test/fixture/compress/variables.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.