Removed Shorthand and Ratio parsers; Fixed some issues with paren depth state; Adjusted tests to pass on new output

This commit is contained in:
Dustin Cass
2012-08-21 18:02:12 -07:00
committed by Luke Page
parent b371fc90a0
commit bf1823f109
7 changed files with 31 additions and 91 deletions

View File

@@ -73,12 +73,12 @@ p::before {
}
}
.units {
font: 1.2rem/2rem;
font: 8vw/9vw;
font: 10vh/12vh;
font: 12vm/15vm;
font: 12vmin/15vmin;
font: 1.2ch/1.5ch;
font: 1.2rem / 2rem;
font: 8vw / 9vw;
font: 10vh / 12vh;
font: 12vm / 15vm;
font: 12vmin / 15vmin;
font: 1.2ch / 1.5ch;
}
@supports ( box-shadow: 2px 2px 2px black ) or
( -moz-box-shadow: 2px 2px 2px black ) {