1.0.9 • Published 3 years ago

stylelint-selector-custom-tag-pattern v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

stylelint-selector-custom-tag-pattern

stylelint plagin to specify a pattern for custom tag selectors

yarn add -D stylelint-selector-custom-tag-pattern

.stylelintrc

{
  "plugins": [
    "stylelint-selector-custom-tag-pattern"
  ],
  "rules": {
    "plugin/selector-custom-tag-pattern": "^app-prefix-.+$"
  }
}
1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

7 years ago

1.0.0

7 years ago