Skip to content

optional visibility helper classes

Compare
Choose a tag to compare
@leejordan leejordan released this 08 Mar 18:09
· 43 commits to master since this release
  • adds optional visibility helper classes
.hidden-xxs
.hidden-xs
.hidden-sm
.hidden-md
.hidden-lg

You can remove the optional visibility helper classes from the compiled css by setting the variable visibility-helpers to false in the variables file. This is set to true by default.

  • adds the !default flag to $legacy-support variable in the SCSS version to allow it to be overriden properly