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 a6678d9 commit 7d116b2Copy full SHA for 7d116b2
1 file changed
README.md
@@ -85,12 +85,6 @@ new BemEntityName({
85
block: 'button',
86
mod: { name: 'focused', val: true }
87
});
88
-
89
-// Shorthand for the boolean modifier of a block
90
-new BemEntityName({
91
- block: 'button',
92
- mod: 'focused'
93
-});
94
```
95
96
API
0 commit comments