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

v2.1.0

Compare
Choose a tag to compare
@tysongach tysongach released this 27 Jun 14:56
· 53 commits to master since this release

Added

  • A --path CLI option, which lets you install Neat into specific
    directory. (#459)
  • A style property has been added to our package.json, which makes for easy
    importing when using npm-sass, sass-module-importer and others. (#514)

Fixed

  • Fixed an issue that would cause Neat to not be found within Rails
    apps. (#612)
  • Simplified the gradient used in the grid-visual mixin for more consistent
    cross-browser behaviour. (#569)