Skip to content

v1.2.0

Compare
Choose a tag to compare
@SassNinja SassNinja released this 22 May 13:09
· 3 commits to master since this release

The options have become more explicit and are working with actual booleans now (true instead of 'true')

Added options:

  • install
  • updateHash

Removed options:

  • dry

Migration Notes:

If you've used dry: 'true' before you only need to replace it with install: false
(note it's boolean now instead of string)