@thumbtack/thumbprint-scss
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -5,2 +5,8 @@ # Changelog | ||
## 4.0.2 - 2022-04-07 | ||
### Changed | ||
- [Patch] Use Dart Sass instead of Sass for compilation. | ||
## 4.0.1 - 2020-07-14 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@thumbtack/thumbprint-scss", | ||
"description": "CSS and Sass mixins for building Thumbtack UI", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"author": "Tom Genoni <tom@thumbtack.com>", | ||
@@ -38,7 +38,7 @@ "main": "components.css", | ||
"glob": "^7.1.3", | ||
"node-sass": "^4.9.2", | ||
"node-sass-tilde-importer": "2.0.0-alpha.1", | ||
"p-map": "^3.0.0", | ||
"postcss-cli": "^6.1.1" | ||
"postcss-cli": "^6.1.1", | ||
"sass": "^1.49.9" | ||
} | ||
} |
90419
33