Dart Sass 1.7.0
To install Dart Sass 1.7.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
Changes
-
Emit deprecation warnings for tokens such as
#abcd
that are ambiguous between ID strings and hex colors with alpha channels. These will be interpreted as colors in a release on or after 19 September 2018. -
Parse unambiguous hex colors with alpha channels as colors.
-
Fix a bug where relative imports from files on the load path could look in the incorrect location.
See the full changelog for changes in earlier releases.