Skip to content

Commit 4aab5f2

Browse files
Updating CHANGELOG
1 parent ed7722c commit 4aab5f2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Sass
22

3+
### 5.0.0 (February 14, 2022)
4+
5+
- Updated to support PostCSS 8 (breaking)
6+
37
### 4.0.0 (January 23, 2018)
48

59
- Replaced: `node-sass` with `dart-sass`

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
},
9292
"root": true
9393
},
94+
"postcssConfig": {
95+
"config": ".tape.js"
96+
},
9497
"keywords": [
9598
"postcss",
9699
"css",

0 commit comments

Comments
 (0)