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 f227dbd commit af58cf1Copy full SHA for af58cf1
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
5
+## 8.5.13
6
+
7
+- Fixed `postcss-scss` commend regression.
8
9
## 8.5.12
10
11
- Fixed reading any file via user-generated CSS.
lib/processor.js
@@ -7,7 +7,7 @@ let Root = require('./root')
class Processor {
constructor(plugins = []) {
- this.version = '8.5.12'
+ this.version = '8.5.13'
this.plugins = this.normalize(plugins)
12
}
13
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss",
- "version": "8.5.12",
+ "version": "8.5.13",
"description": "Tool for transforming styles with JS plugins",
"keywords": [
"css",
0 commit comments