File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33 "stylelint-config-twbs-bootstrap/scss"
44 ],
55 "rules": {
6+ "function-blacklist": [
7+ "calc"
8+ ],
69 "property-blacklist": [
710 "border-radius",
811 "border-top-left-radius",
1114 "border-bottom-left-radius",
1215 "transition"
1316 ],
14- "function-blacklist": ["calc"],
1517 "scss/dollar-variable-default": [
1618 true,
1719 {
1820 "ignore": "local"
1921 }
20- ]
22+ ],
23+ "scss/selector-no-union-class-name": true
2124 }
2225}
Original file line number Diff line number Diff line change 155155 $next : breakpoint-next ($breakpoint , $grid-breakpoints );
156156 $infix : breakpoint-infix ($next , $grid-breakpoints );
157157
158+ // stylelint-disable-next-line scss/selector-no-union-class-name
158159 & #{$infix } {
159160 @include media-breakpoint-up ($next ) {
160161 flex-wrap : nowrap ;
You can’t perform that action at this time.
0 commit comments