Skip to content

Commit

Permalink
feat: allow composes property
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenmass committed Jan 31, 2017
1 parent 07ff787 commit f4f9802
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"extends": "stylelint-config-standard",
"rules": {
"property-no-unknown": [
true,
{
"ignoreProperties": [
"composes"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
Expand Down

0 comments on commit f4f9802

Please sign in to comment.