Skip to content

Commit

Permalink
fix(stylelint): fix selector-class-pattern to be more flexible due to…
Browse files Browse the repository at this point in the history
… drupal rendered markup
  • Loading branch information
joaogarin committed Jul 5, 2018
1 parent 97a02c4 commit 62838a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"s",
"%"
],
"selector-class-pattern": "^(?:(?:o|c|u|t|s|is|has|_|js|qa)-)?[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*(?:__[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*)?(?:--[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*)?(?:\\[.+\\])?$",
"selector-class-pattern": ".*",
"scss/dollar-variable-pattern":".*",
"scss/at-mixin-pattern": ".*",
"string-quotes": "double",
Expand Down

0 comments on commit 62838a0

Please sign in to comment.