Skip to content

v6.0.0

Compare
Choose a tag to compare
@corysimmons corysimmons released this 11 Sep 13:55
· 34 commits to master since this release
  • Enhancements
    • Scss and Stylus version now output identical CSS
    • Add fully comprehensive inline documentation
    • All API functions namespaced with jeet-
    • All settings variables are now !default values so they can be overidden
    • Move $width to _settings for easier modification
    • Add uncenter mixin
    • Add alias for 'edit()' mixin (debug()) and add color parameter
    • Add column-width() and column-gutter() functions
    • Add tests for all API methods
    • Add a 3.3 enhanced version of the 'jeet-reverse()' function
    • Remove padding from span() and column() mixins
  • Fixes
    • Algorithm for reversing list
    • Spelling errors
    • Remove the cycle and uncycle parameters from span
  • Breaking changes
    • Remove IE7 support for edit
    • Remove prefixing from jeet. Please use something like autoprefixer for adding vendor prefixes