Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

v1.7.0

Compare
Choose a tag to compare
@kaishin kaishin released this 17 Oct 14:20
· 231 commits to master since this release

New Context Mixins and Better Compatibility with Sass 3.4+ and Libsass 3.0

New Features

  • direction-context() {...} mixin changes the direction inside an entire block. No more reset-direction()! (25496b1)
  • display-context() {...} mixin changes the display property inside an entire block. No more reset-display()! (4eb67b8)
  • outer-container() now takes a max-width argument. (af4c2fe)
  • Full compatibility with Sass 3.4+ and Libsass 3.0+

Improvements

  • Updated box sizing reset (8e8b695)
  • Lots of refactors.

Bug Fixes

  • clearfix applies only to block elements now (cf480dc)
  • Remove deprecated Webkit gradient that caused the visual grid to not appear in Chrome (2733265
    )

Deprecations

  • The reset() family of mixins. Overall, Neat is moving away from global variables and the use of context mixins is encouraged for all your one-time context-switching needs.