1.0.9 • Published 4 years ago

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

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago