mirror of
https://github.com/less/less.js.git
synced 2026-02-06 04:55:03 -05:00
Fix missing test css from #342
This commit is contained in:
@@ -59,3 +59,10 @@ p::before {
|
||||
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