mirror of
https://github.com/less/less.js.git
synced 2026-02-14 17:05:00 -05:00
Added CSS3 specific relative length units
See http://dev.w3.org/csswg/css3-values/#relative-length-units
This commit is contained in:
@@ -66,3 +66,11 @@ p::before {
|
||||
5.5% { border: 2px }
|
||||
100% { border: 3px }
|
||||
}
|
||||
|
||||
.units {
|
||||
font: 1.2rem/2rem;
|
||||
font: 8vw/9vw;
|
||||
font: 10vh/12vh;
|
||||
font: 12vm/15vm;
|
||||
font: 1.2ch/1.5ch;
|
||||
}
|
||||
Reference in New Issue
Block a user