Grillade variables little rework

This commit is contained in:
Raphael Goetter 2017-12-04 17:11:58 +01:00
parent 54f95cab40
commit 7c4ef6ebb4

View File

@ -6,13 +6,13 @@
// 1- use vanilla CSS Grid Layout spec (perfect for you) // 1- use vanilla CSS Grid Layout spec (perfect for you)
// 2- use Bootstrap (good luck) // 2- use Bootstrap (good luck)
@if (not variable_exists(tiny)) or (not variable_exists(small)) or (not variable_exists(medium)) or (not variable_exists(large)) // use these variables only for a standalone Grillade
{ // in KNACSS, you shall modify variables file instead?
$tiny: 480px !global; $tiny: 480px !default;
$small: 576px !global; $small: 576px !default;
$medium: 768px !global; $medium: 768px !default;
$large: 992px !global; $large: 992px !default;
}
[class*=" grid-"], [class*=" grid-"],
[class^="grid-"] { [class^="grid-"] {