File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ footer a:hover {
99
99
}
100
100
101
101
.contentRight {
102
- composes : contentleft ; /* stylelint-disable-line value-keyword-case */
102
+ composes : contentLeft ; /* stylelint-disable-line value-keyword-case */
103
103
background-color : green;
104
104
justify-content : flex-end;
105
105
}
Original file line number Diff line number Diff line change 83
83
" prettier --write" ,
84
84
" eslint --fix" ,
85
85
" jest --bail --findRelatedTests"
86
- ],
87
- "*.css" : [
88
- " stylelint --fix"
89
86
]
90
87
}
91
88
}
Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
.contentLeft {
24
- composes : contentright ; /* stylelint-disable-line value-keyword-case */
24
+ composes : contentRight ; /* stylelint-disable-line value-keyword-case */
25
25
justify-content : flex-end;
26
26
}
27
27
30
30
}
31
31
32
32
.contentLeftReturn {
33
- composes : contentleft return; /* stylelint-disable-line value-keyword-case */
33
+ composes : contentLeft return; /* stylelint-disable-line value-keyword-case */
34
34
}
35
35
36
36
.contentRightReturn {
37
- composes : contentright return; /* stylelint-disable-line value-keyword-case */
37
+ composes : contentRight return; /* stylelint-disable-line value-keyword-case */
38
38
}
39
39
40
40
.content {
You can’t perform that action at this time.
0 commit comments