new names for variables
This commit is contained in:
parent
d283e11395
commit
d0add0508c
4 changed files with 35 additions and 35 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue