Add vmin unit to parser dimensions

Spec http://www.w3.org/TR/css3-values/#vmin-unit
This commit is contained in:
Philip Harrison
2012-08-10 15:24:00 +01:00
parent be74f9a837
commit 6cc1458c32
3 changed files with 3 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ p::before {
font: 8vw/9vw;
font: 10vh/12vh;
font: 12vm/15vm;
font: 12vmin/15vmin;
font: 1.2ch/1.5ch;
}