Skip to content

Commit

Permalink
Allow for BEM CSS selectors
Browse files Browse the repository at this point in the history
Things like .block-name__element-name which would otherwise throw an error due to the __ part
  • Loading branch information
ahegyes committed May 13, 2024
1 parent abf6ae3 commit baf9f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@wordpress/stylelint-config/scss",
"rules": {
"at-rule-empty-line-before": null,
"rule-empty-line-before": null
"rule-empty-line-before": null,
"selector-class-pattern": null
}
}

0 comments on commit baf9f76

Please sign in to comment.