We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefa3ee commit 8cdc8a1Copy full SHA for 8cdc8a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+=== 2.7.0 (February 28, 2017)
2
+
3
+* Add implicitComponents and implicitUtilities option ([#93](https://github.com/postcss/postcss-bem-linter/pull/93))
4
5
=== 2.6.0 (September 26, 2016)
6
7
* Allow component selector patterns without `{componentName}` interpolation.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-bem-linter",
- "version": "2.6.0",
+ "version": "2.7.0",
"description": "A BEM linter for postcss",
"files": [
"index.js",
0 commit comments