Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@tysongach tysongach released this 02 Jan 03:15
· 790 commits to main since this release
  • Requires Sass 3.2+
  • Removed the need to pass -r ./stylesheets/sass/bourbon/lib/bourbon.rb flag to the sass watch command.
  • Removed the compact() ruby function. Bourbon is now an all sass library and platform agnostic!!
  • Compact() function rewritten in SASS. Thanks to @nottrobin for helping nail this down.
  • Refactored prefixer mixin to be more succinct.
  • New $all-text-inputs-hover variable for targeting the :hover pseudo-class of $all-text-inputs
  • New $all-text-inputs-focus variable for targeting the :focus pseudo-class of $all-text-inputs
  • New mixins: perspective() and perspective-origin()
  • Updated mixins to use variable arguments supported in sass 3.2.
Deprecation warning — must read!
  • Some Border-radius mixins have been deprecated. These include:
    • border-radius()
    • border-top-left-radius()
    • border-top-right-radius()
    • border-bottom-left-radius()
    • border-bottom-right-radius()
  • See the border-radius docs for a list of border-radius mixins that have NOT been deprecated.