mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Removed Shorthand and Ratio parsers; Fixed some issues with paren depth state; Adjusted tests to pass on new output
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user