We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7722c commit 4aab5f2Copy full SHA for 4aab5f2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes to PostCSS Sass
2
3
+### 5.0.0 (February 14, 2022)
4
+
5
+- Updated to support PostCSS 8 (breaking)
6
7
### 4.0.0 (January 23, 2018)
8
9
- Replaced: `node-sass` with `dart-sass`
package.json
@@ -91,6 +91,9 @@
91
},
92
"root": true
93
94
+ "postcssConfig": {
95
+ "config": ".tape.js"
96
+ },
97
"keywords": [
98
"postcss",
99
"css",
0 commit comments