We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48471 commit da8e700Copy full SHA for da8e700
src/index.pcss
@@ -52,3 +52,16 @@
52
justify-items: center;
53
align-items: center;
54
}
55
+
56
+[data-card="5"] {
57
+ display: grid;
58
+ grid-template-areas: "a . b" ". c ." "d . e";
59
+ justify-items: center;
60
+ align-items: center;
61
62
+ & .item:nth-child(1) { grid-area: a; }
63
+ & .item:nth-child(2) { grid-area: b; }
64
+ & .item:nth-child(3) { grid-area: c; }
65
+ & .item:nth-child(4) { grid-area: d; }
66
+ & .item:nth-child(5) { grid-area: e; }
67
+}
0 commit comments