File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
.dev-assets/syntax-issues Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ @import url ("green.css" ) layer suppor ts(selector(& )) (min-width : calc (10px ));
2
+
3
+ /* layer as a function */
4
+ @import url ("green.css" ) layer(bar) suppor ts(selector(& )) (min-width : calc (10px ));
Original file line number Diff line number Diff line change
1
+ /**
2
+ * AT MEDIA PROPERTY
3
+ */
4
+
5
+ /* Missing token for `prefers-reduced-motion: reduce` */
6
+ @media (prefers-reduced-motion : reduce) {}
Original file line number Diff line number Diff line change
1
+ .item > div : nth-child (1 of : not (.hidden )) {
2
+ padding-left : var (--item_margin );
3
+ }
4
+
5
+ .item > div : nth-last-child (1 of : not (.hidden )) {
6
+ padding-right : var (--item_margin );
7
+ }
8
+
9
+ .item {
10
+ & > div {
11
+ & : nth-child (1 of : not (.hidden )) {
12
+ padding-left : var (--item_margin );
13
+ }
14
+ & : nth-last-child (1 of : not (.hidden )) {
15
+ padding-right : var (--item_margin );
16
+ }
17
+ }
18
+ }
You can’t perform that action at this time.
0 commit comments