new names for variables

This commit is contained in:
Raphael Goetter 2014-05-04 15:30:21 +02:00
parent d283e11395
commit d0add0508c
4 changed files with 35 additions and 35 deletions

View file

@ -27,8 +27,8 @@
font-size: 0;
}
:root .grid > * > * {
font-size: @basefont; /* fallback for Opera Mini */
font-size: unit((@basefont / 10), rem);
font-size: @base-font-size; /* fallback for Opera Mini */
font-size: unit((@base-font-size / 10), rem);
}
/* Opera hack */
.opera:-o-prefocus,
@ -100,8 +100,8 @@
font-size: 0;
}
:root [class*="autogrid"] > * {
font-size: @basefont; /* fallback for Opera Mini */
font-size: unit((@basefont / 10), rem);
font-size: @base-font-size; /* fallback for Opera Mini */
font-size: unit((@base-font-size / 10), rem);
}
/* Opera hack */
[class*="autogrid"]:-o-prefocus {