added "enable-" to booleans
This commit is contained in:
parent
0bc6e58e2e
commit
d283e11395
7 changed files with 14 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
|||
/* ==gmaps support */
|
||||
/* ----------------------------- */
|
||||
// google maps boolean
|
||||
& when (@gmaps = true) {
|
||||
& when (@enable-gmaps = true) {
|
||||
/* Google Gmap3 bug fix on images */
|
||||
.gm-style img {
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue