Skip to content

Commit 19d3445

Browse files
author
Etienne Laurent
committed
add mixins known to contain nested rules
1 parent f9cecd6 commit 19d3445

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.stylelintrc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
"@apostrophecms/stylelint-no-mixed-decls": [
55
true,
66
{
7-
"contain-nested": [ "apos-transition" ]
7+
"contain-nested": [
8+
"type-base",
9+
"type-help",
10+
"type-small",
11+
"type-label",
12+
"type-large",
13+
"type-title",
14+
"type-display",
15+
"apos-input",
16+
"link-primary",
17+
"apos-transition",
18+
"apos-button-reset"
19+
]
820
}
921
]
1022
}

0 commit comments

Comments
 (0)