cacao-css 7.1.1 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/display/2xl/flex.css +20 -0
- package/dist/display/2xs/flex.css +20 -0
- package/dist/display/3xl/flex.css +20 -0
- package/dist/display/3xs/flex.css +20 -0
- package/dist/display/4xl/flex.css +20 -0
- package/dist/display/5xl/flex.css +20 -0
- package/dist/display/flex.css +20 -0
- package/dist/display/lg/flex.css +20 -0
- package/dist/display/md/flex.css +20 -0
- package/dist/display/sm/flex.css +20 -0
- package/dist/display/xl/flex.css +20 -0
- package/dist/display/xs/flex.css +20 -0
- package/package.json +1 -1
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-2xl {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-2xl {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-2xl {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-2xl {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-2xl {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-2xl {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-2xs {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-2xs {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-2xs {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-2xs {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-2xs {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-2xs {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-3xl {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-3xl {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-3xl {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-3xl {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-3xl {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-3xl {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-3xs {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-3xs {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-3xs {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-3xs {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-3xs {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-3xs {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-4xl {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-4xl {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-4xl {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-4xl {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-4xl {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-4xl {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-5xl {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-5xl {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-5xl {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-5xl {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-5xl {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-5xl {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
package/dist/display/flex.css
CHANGED
|
@@ -17,3 +17,23 @@
|
|
|
17
17
|
.flex-col-reverse {
|
|
18
18
|
flex-direction: column-reverse;
|
|
19
19
|
}
|
|
20
|
+
|
|
21
|
+
.flex-grow {
|
|
22
|
+
flex-grow: 1
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.flex-shrink {
|
|
26
|
+
flex-shrink: 1
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.flex-wrap {
|
|
30
|
+
flex-wrap: wrap
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.flex-nowrap {
|
|
34
|
+
flex-wrap: nowrap
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.flex-wrap-reverse {
|
|
38
|
+
flex-wrap: wrap-reverse
|
|
39
|
+
}
|
package/dist/display/lg/flex.css
CHANGED
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-lg {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-lg {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-lg {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-lg {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-lg {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-lg {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
package/dist/display/md/flex.css
CHANGED
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-md {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-md {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-md {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-md {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-md {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-md {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
package/dist/display/sm/flex.css
CHANGED
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-sm {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-sm {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-sm {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-sm {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-sm {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-sm {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
package/dist/display/xl/flex.css
CHANGED
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-xl {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-xl {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-xl {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-xl {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-xl {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-xl {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
package/dist/display/xs/flex.css
CHANGED
|
@@ -18,4 +18,24 @@
|
|
|
18
18
|
.flex-col-reverse-xs {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.flex-grow-xs {
|
|
23
|
+
flex-grow: 1;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.flex-shrink-xs {
|
|
27
|
+
flex-shrink: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.flex-wrap-xs {
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flex-nowrap-xs {
|
|
35
|
+
flex-wrap: nowrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.flex-wrap-reverse-xs {
|
|
39
|
+
flex-wrap: wrap-reverse;
|
|
40
|
+
}
|
|
21
41
|
}
|
package/package.json
CHANGED