Skip to content

v0.9.0

Compare
Choose a tag to compare
@adamlaki adamlaki released this 24 Jun 16:30
· 342 commits to main since this release

New features

  • Add set-css-variable mixin and get-css-variable function to handle the prefix using CSS variables.

Improvements

  • Add $form-check-margin variable to control the .form-check vertical offset.
  • Modify layout-* mixins to accept a shorthand value of for spacer from the $spacers map (now you can use any defined key like m, l, xl and so on).

Bugfix

  • Fix text-ellipsis mixin bug.
  • Fix null prefix variable generating. Now you can null its value correctly under the $settings map.