csswizardry-grids
csswizardry-grids copied to clipboard
Added !global to $class-type
Silent classes weren't working in newer versions of Sass (3.2+) because variable scope changed. The intended behavior was repaired by overtly specifying !global.
It still seems to work fine without this… are you using a particular version/flavour of Sass?
I'm on Sass 3.3.8 (Maptastic Maple)
Harry Roberts wrote:
It still seems to work fine without this… are you using a particular version/flavour of Sass?
— Reply to this email directly or view it on GitHub https://github.com/csswizardry/csswizardry-grids/pull/73#issuecomment-49597087.
CSSWizardry is now using a ternary operator to define $class-type rather than a conditional statement so this is no longer an issue.