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 9a4e4f9 commit 85e54aeCopy full SHA for 85e54ae
CHANGELOG.md
@@ -1,5 +1,10 @@
1
### HEAD
2
3
+### 4.0.0 (June 27, 2023)
4
+
5
+* Update PostCSS to 8.x (breaking change) [#170](https://github.com/postcss/postcss-bem-linter/pull/170)
6
+* Fix CSS properties check in BEM mod files [#172](https://github.com/postcss/postcss-bem-linter/pull/172)
7
8
### 3.3.0 (March 25, 2019)
9
10
* Allow lint rule that contains `@media` [#140](https://github.com/postcss/postcss-bem-linter/pull/140)
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-bem-linter",
- "version": "3.3.0",
+ "version": "4.0.0",
"description": "A BEM linter for postcss",
"files": [
"index.js",
0 commit comments