We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38164a4 commit d4eb5a0Copy full SHA for d4eb5a0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+=== 2.7.1 (June 06, 2017)
2
+
3
+* Fix issue with nested rules when using LESS syntax [#114](https://github.com/postcss/postcss-bem-linter/pull/114)
4
5
=== 2.7.0 (February 28, 2017)
6
7
* Add implicitComponents and implicitUtilities option ([#93](https://github.com/postcss/postcss-bem-linter/pull/93))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-bem-linter",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "A BEM linter for postcss",
"files": [
"index.js",
0 commit comments