- Make PostCSS dependency messages more consistent.
- Updated:
dart-sass
to 1.69.5 (minor) - Updated:
source-map
to 0.7.4 (patch)
- Fixes an issue with import files not being sent for processors to pick up. #31
- Updated to support PostCSS 8 (breaking)
- Replaced:
node-sass
withdart-sass
- Updated:
postcss
to 7.0.14 (patch)
- Fixed: issue with sourcemaps 0.7.x returning a Promise instead of an Object
- Updated:
node-sass
to 4.9.3 (minor) - Updated:
postcss
to 7.0.5 (major) - Updated:
source-map
to 0.7.3 (major for this project)
- Added: custom
source-map
implemention with fix for sass/libsass#2312 - Changed:
index.mjs
module forindex.js
module - Changed:
merge-source-map
dependency for customsource-map
implemention - Changed: first plugin detection for custom
source-map
implemention
- Initial version