mirror of
https://github.com/less/less.js.git
synced 2026-02-08 05:55:00 -05:00
Add vmin unit to parser dimensions
Spec http://www.w3.org/TR/css3-values/#vmin-unit
This commit is contained in:
@@ -85,6 +85,7 @@ p::before {
|
||||
font: 8vw/9vw;
|
||||
font: 10vh/12vh;
|
||||
font: 12vm/15vm;
|
||||
font: 12vmin/15vmin;
|
||||
font: 1.2ch/1.5ch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user