css-zero 1.1.12 → 1.1.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d241d4cf05ae86f025781e668e84bc615831440027ebb7d3cd649428054dfd05
4
- data.tar.gz: 99809da55b172d4a350f9e834666b9523f105104f78ab7c41ec6309f24d4ad83
3
+ metadata.gz: 26678344cabfa8f02f3951ecdee51e92f6cc11cdf0ff95c4b14834b388438b4f
4
+ data.tar.gz: 26808cdcd174c55b3aae23cae75e330a2afd61d1620d9cd60bbff722135fc6fd
5
5
  SHA512:
6
- metadata.gz: 8598586278d3868d943d972fa8162958d82e836f14b2eac34b65b1971c07ce786bade524e64ebe98c0ad4d4dcb933cc672ef29c4d7d31cf2bf741273f346b5a8
7
- data.tar.gz: 60acd5697d488f8c5a4f75c591086c8d9b487634e26342f91b924abac97937305bab305ada2ca0dc41070ceb9f5b1d579c098fc8420b8b0bb29c162cf70ecaaf
6
+ metadata.gz: c7ee248da8e79a73c36f882ebe659d05df0cf8ba94381bb8f6c11a5e41bd7f3c7a3f5b71385725f4f25e004154edf0c87bbf5ab1cd79e12f04df68b751202226
7
+ data.tar.gz: 288d8b3ffe6e3d747680899153aa8a1fd7885096999f974b3cd870ff3129d15d8471032483359f4fe2fa86bd0cb93ad3a21f433a03533c8d9177ae5dee48b782
@@ -5,29 +5,29 @@
5
5
  *****************************************************************/
6
6
 
7
7
  :root {
8
- --animate-fade-in: fade-in .5s cubic-bezier(.25, 0, .3, 1);
9
- --animate-fade-in-bloom: fade-in-bloom 2s cubic-bezier(.25, 0, .3, 1);
10
- --animate-fade-out: fade-out .5s cubic-bezier(.25, 0, .3, 1);
11
- --animate-fade-out-bloom: fade-out-bloom 2s cubic-bezier(.25, 0, .3, 1);
12
- --animate-scale-up: scale-up .5s cubic-bezier(.25, 0, .3, 1);
13
- --animate-scale-down: scale-down .5s cubic-bezier(.25, 0, .3, 1);
14
- --animate-slide-out-up: slide-out-up .5s cubic-bezier(.25, 0, .3, 1);
15
- --animate-slide-out-down: slide-out-down .5s cubic-bezier(.25, 0, .3, 1);
16
- --animate-slide-out-right: slide-out-right .5s cubic-bezier(.25, 0, .3, 1);
17
- --animate-slide-out-left: slide-out-left .5s cubic-bezier(.25, 0, .3, 1);
18
- --animate-slide-in-up: slide-in-up .5s cubic-bezier(.25, 0, .3, 1);
19
- --animate-slide-in-down: slide-in-down .5s cubic-bezier(.25, 0, .3, 1);
20
- --animate-slide-in-right: slide-in-right .5s cubic-bezier(.25, 0, .3, 1);
21
- --animate-slide-in-left: slide-in-left .5s cubic-bezier(.25, 0, .3, 1);
22
- --animate-shake-x: shake-x .75s cubic-bezier(0, 0, 0, 1);
23
- --animate-shake-y: shake-y .75s cubic-bezier(0, 0, 0, 1);
24
- --animate-shake-z: shake-z 1s cubic-bezier(0, 0, 0, 1);
8
+ --animate-fade-in: fade-in .5s var(--ease-3);
9
+ --animate-fade-in-bloom: fade-in-bloom 2s var(--ease-3);
10
+ --animate-fade-out: fade-out .5s var(--ease-3);
11
+ --animate-fade-out-bloom: fade-out-bloom 2s var(--ease-3);
12
+ --animate-scale-up: scale-up .5s var(--ease-3);
13
+ --animate-scale-down: scale-down .5s var(--ease-3);
14
+ --animate-slide-out-up: slide-out-up .5s var(--ease-3);
15
+ --animate-slide-out-down: slide-out-down .5s var(--ease-3);
16
+ --animate-slide-out-right: slide-out-right .5s var(--ease-3);
17
+ --animate-slide-out-left: slide-out-left .5s var(--ease-3);
18
+ --animate-slide-in-up: slide-in-up .5s var(--ease-3);
19
+ --animate-slide-in-down: slide-in-down .5s var(--ease-3);
20
+ --animate-slide-in-right: slide-in-right .5s var(--ease-3);
21
+ --animate-slide-in-left: slide-in-left .5s var(--ease-3);
22
+ --animate-shake-x: shake-x .75s var(--ease-out-5);
23
+ --animate-shake-y: shake-y .75s var(--ease-out-5);
24
+ --animate-shake-z: shake-z 1s var(--ease-in-out-3);
25
25
  --animate-spin: spin 2s linear infinite;
26
- --animate-ping: ping 5s cubic-bezier(0, 0, .3, 1) infinite;
27
- --animate-blink: blink 1s cubic-bezier(0, 0, .3, 1) infinite;
28
- --animate-float: float 3s cubic-bezier(0, 0, 0, 1) infinite;
29
- --animate-bounce: bounce 2s cubic-bezier(.5, -.3, .1, 1.5) infinite;
30
- --animate-pulse: pulse 2s cubic-bezier(0, 0, .3, 1) infinite;
26
+ --animate-ping: ping 5s var(--ease-out-3) infinite;
27
+ --animate-blink: blink 1s var(--ease-out-3) infinite;
28
+ --animate-float: float 3s var(--ease-in-out-3) infinite;
29
+ --animate-bounce: bounce 2s var(--ease-squish-2) infinite;
30
+ --animate-pulse: pulse 2s var(--ease-out-3) infinite;
31
31
  }
32
32
 
33
33
  @keyframes fade-in {
@@ -161,4 +161,4 @@
161
161
  10% { opacity: 1; filter: brightness(0.5) blur(10px) }
162
162
  0% { opacity: 1; filter: brightness(1) blur(0) }
163
163
  }
164
- }
164
+ }
@@ -21,4 +21,55 @@
21
21
  --time-500: 500ms;
22
22
  --time-700: 700ms;
23
23
  --time-1000: 1000ms;
24
+
25
+ /****************************************************************
26
+ * Transition Timing Function
27
+ * Variables for controlling the easing of CSS transitions.
28
+ * transition-timing-function: var(--ease-3);
29
+ *****************************************************************/
30
+ --ease-1: cubic-bezier(.25, 0, .5, 1);
31
+ --ease-2: cubic-bezier(.25, 0, .4, 1);
32
+ --ease-3: cubic-bezier(.25, 0, .3, 1);
33
+ --ease-4: cubic-bezier(.25, 0, .2, 1);
34
+ --ease-5: cubic-bezier(.25, 0, .1, 1);
35
+ --ease-in-1: cubic-bezier(.25, 0, 1, 1);
36
+ --ease-in-2: cubic-bezier(.50, 0, 1, 1);
37
+ --ease-in-3: cubic-bezier(.70, 0, 1, 1);
38
+ --ease-in-4: cubic-bezier(.90, 0, 1, 1);
39
+ --ease-in-5: cubic-bezier(1, 0, 1, 1);
40
+ --ease-out-1: cubic-bezier(0, 0, .75, 1);
41
+ --ease-out-2: cubic-bezier(0, 0, .50, 1);
42
+ --ease-out-3: cubic-bezier(0, 0, .3, 1);
43
+ --ease-out-4: cubic-bezier(0, 0, .1, 1);
44
+ --ease-out-5: cubic-bezier(0, 0, 0, 1);
45
+ --ease-in-out-1: cubic-bezier(.1, 0, .9, 1);
46
+ --ease-in-out-2: cubic-bezier(.3, 0, .7, 1);
47
+ --ease-in-out-3: cubic-bezier(.5, 0, .5, 1);
48
+ --ease-in-out-4: cubic-bezier(.7, 0, .3, 1);
49
+ --ease-in-out-5: cubic-bezier(.9, 0, .1, 1);
50
+ --ease-elastic-out-1: cubic-bezier(.5, .75, .75, 1.25);
51
+ --ease-elastic-out-2: cubic-bezier(.5, 1, .75, 1.25);
52
+ --ease-elastic-out-3: cubic-bezier(.5, 1.25, .75, 1.25);
53
+ --ease-elastic-out-4: cubic-bezier(.5, 1.5, .75, 1.25);
54
+ --ease-elastic-out-5: cubic-bezier(.5, 1.75, .75, 1.25);
55
+ --ease-elastic-in-1: cubic-bezier(.5, -0.25, .75, 1);
56
+ --ease-elastic-in-2: cubic-bezier(.5, -0.50, .75, 1);
57
+ --ease-elastic-in-3: cubic-bezier(.5, -0.75, .75, 1);
58
+ --ease-elastic-in-4: cubic-bezier(.5, -1.00, .75, 1);
59
+ --ease-elastic-in-5: cubic-bezier(.5, -1.25, .75, 1);
60
+ --ease-elastic-in-out-1: cubic-bezier(.5, -.1, .1, 1.5);
61
+ --ease-elastic-in-out-2: cubic-bezier(.5, -.3, .1, 1.5);
62
+ --ease-elastic-in-out-3: cubic-bezier(.5, -.5, .1, 1.5);
63
+ --ease-elastic-in-out-4: cubic-bezier(.5, -.7, .1, 1.5);
64
+ --ease-elastic-in-out-5: cubic-bezier(.5, -.9, .1, 1.5);
65
+ --ease-spring-1: linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001);
66
+ --ease-spring-2: linear(0, 0.007, 0.029 2.2%, 0.118 4.7%, 0.625 14.4%, 0.826 19%, 0.902, 0.962, 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%, 0.999 61.6%, 0.995 71.2%, 1);
67
+ --ease-spring-3: linear(0, 0.009, 0.035 2.1%, 0.141 4.4%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%, 0.997 69.8%, 1.003 76.9%, 1);
68
+ --ease-spring-4: linear(0, 0.009, 0.037 1.7%, 0.153 3.6%, 0.776 10.3%, 1.001, 1.142 16%, 1.185, 1.209 19%, 1.215 19.9% 20.8%, 1.199, 1.165 25%, 1.056 30.3%, 1.008 33%, 0.973, 0.955 39.2%, 0.953 41.1%, 0.957 43.3%, 0.998 53.3%, 1.009 59.1% 63.7%, 0.998 78.9%, 1);
69
+ --ease-spring-5: linear(0, 0.01, 0.04 1.6%, 0.161 3.3%, 0.816 9.4%, 1.046, 1.189 14.4%, 1.231, 1.254 17%, 1.259, 1.257 18.6%, 1.236, 1.194 22.3%, 1.057 27%, 0.999 29.4%, 0.955 32.1%, 0.942, 0.935 34.9%, 0.933, 0.939 38.4%, 1 47.3%, 1.011, 1.017 52.6%, 1.016 56.4%, 1 65.2%, 0.996 70.2%, 1.001 87.2%, 1);
70
+ --ease-bounce-1: linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141, 0.191, 0.25, 0.316, 0.391 36.8%, 0.563, 0.766, 1 58.8%, 0.946, 0.908 69.1%, 0.895, 0.885, 0.879, 0.878, 0.879, 0.885, 0.895, 0.908 89.7%, 0.946, 1);
71
+ --ease-bounce-2: linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 15.1%, 0.25, 0.391, 0.562, 0.765, 1, 0.892 45.2%, 0.849, 0.815, 0.788, 0.769, 0.757, 0.753, 0.757, 0.769, 0.788, 0.815, 0.85, 0.892 75.2%, 1 80.2%, 0.973, 0.954, 0.943, 0.939, 0.943, 0.954, 0.973, 1);
72
+ --ease-bounce-3: linear(0, 0.004, 0.016, 0.035, 0.062, 0.098, 0.141 11.4%, 0.25, 0.39, 0.562, 0.764, 1 30.3%, 0.847 34.8%, 0.787, 0.737, 0.699, 0.672, 0.655, 0.65, 0.656, 0.672, 0.699, 0.738, 0.787, 0.847 61.7%, 1 66.2%, 0.946, 0.908, 0.885 74.2%, 0.879, 0.878, 0.879, 0.885 79.5%, 0.908, 0.946, 1 87.4%, 0.981, 0.968, 0.96, 0.957, 0.96, 0.968, 0.981, 1);
73
+ --ease-bounce-4: linear(0, 0.004, 0.016 3%, 0.062, 0.141, 0.25, 0.391, 0.562 18.2%, 1 24.3%, 0.81, 0.676 32.3%, 0.629, 0.595, 0.575, 0.568, 0.575, 0.595, 0.629, 0.676 48.2%, 0.811, 1 56.2%, 0.918, 0.86, 0.825, 0.814, 0.825, 0.86, 0.918, 1 77.2%, 0.94 80.6%, 0.925, 0.92, 0.925, 0.94 87.5%, 1 90.9%, 0.974, 0.965, 0.974, 1);
74
+ --ease-bounce-5: linear(0, 0.004, 0.016 2.5%, 0.063, 0.141, 0.25 10.1%, 0.562, 1 20.2%, 0.783, 0.627, 0.534 30.9%, 0.511, 0.503, 0.511, 0.534 38%, 0.627, 0.782, 1 48.7%, 0.892, 0.815, 0.769 56.3%, 0.757, 0.753, 0.757, 0.769 61.3%, 0.815, 0.892, 1 68.8%, 0.908 72.4%, 0.885, 0.878, 0.885, 0.908 79.4%, 1 83%, 0.954 85.5%, 0.943, 0.939, 0.943, 0.954 90.5%, 1 93%, 0.977, 0.97, 0.977, 1);
24
75
  }
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "1.1.12"
2
+ VERSION = "1.1.13"
3
3
  end
@@ -2,10 +2,10 @@
2
2
  details {
3
3
  border-block-end-width: var(--border);
4
4
  font-size: var(--text-sm);
5
- overflow: hidden;
6
5
 
7
6
  &::details-content {
8
7
  block-size: 0;
8
+ overflow: hidden;
9
9
  transition-behavior: allow-discrete;
10
10
  transition-duration: var(--time-200);
11
11
  transition-property: content-visibility block-size;
@@ -2,14 +2,21 @@
2
2
  view-transition-class: auto-animation;
3
3
  }
4
4
 
5
+ ::view-transition-new(.auto-animation):only-child {
6
+ animation: add-animation 375ms ease-in;
7
+ }
8
+
5
9
  ::view-transition-old(.auto-animation):only-child {
6
- animation: var(--animate-fade-out);
7
- animation-duration: 250ms;
8
- opacity: 1;
10
+ animation: remove-animation 250ms ease-out;
9
11
  }
10
12
 
11
- ::view-transition-new(.auto-animation):only-child {
12
- animation: var(--animate-fade-in);
13
- animation-duration: 250ms;
14
- opacity: 0;
13
+ @keyframes add-animation {
14
+ 0% { opacity: 0; transform: scale(.98); }
15
+ 50% { opacity: 0; transform: scale(.98); }
16
+ 100% { opacity: 1; transform: scale(1); }
17
+ }
18
+
19
+ @keyframes remove-animation {
20
+ 0% { opacity: 1; transform: scale(1); }
21
+ 100% { opacity: 0; transform: scale(.98); }
15
22
  }
@@ -26,19 +26,21 @@
26
26
  font-size: var(--text-sm);
27
27
  line-height: inherit;
28
28
 
29
- /* Final state of exit animation and setup */
30
- opacity: 0;
31
- transform: var(--scale-95);
29
+ /* Setup transition */
32
30
  transition-behavior: allow-discrete;
33
31
  transition-duration: var(--time-150);
34
32
  transition-property: display, opacity, transform;
35
33
 
36
- /* Final state of entry animation */
34
+ /* Exit stage to */
35
+ opacity: 0;
36
+ transform: var(--scale-95);
37
+
38
+ /* On stage */
37
39
  .dropdown-active & {
38
40
  opacity: 1; transform: var(--scale-100);
39
41
  }
40
42
 
41
- /* Initial state of entry animation */
43
+ /* Enter stage from */
42
44
  @starting-style {
43
45
  .dropdown-active & {
44
46
  opacity: 0; transform: var(--scale-95);
@@ -1,25 +1,37 @@
1
1
  @import url("https://esm.sh/flatpickr@4.6.13/dist/flatpickr.min.css");
2
2
 
3
3
  .flatpickr-calendar {
4
+ --calendar-size: 250px;
5
+ --container-size: 220px;
6
+ --day-size: var(--size-8);
7
+
4
8
  background: var(--color-bg);
5
9
  border: 1px solid var(--color-border);
6
10
  border-radius: var(--rounded-md);
7
11
  box-shadow: var(--shadow-md);
8
12
  font-size: var(--text-sm);
9
- inline-size: 285px;
10
- padding: var(--size-3);
13
+ inline-size: var(--calendar-size);
11
14
 
12
- :is(.dayContainer, .flatpickr-days) {
13
- inline-size: 100%;
14
- min-inline-size: 100%;
15
- max-inline-size: 100%;
15
+ .flatpickr-innerContainer {
16
+ justify-content: center;
17
+ padding-block-end: var(--size-3);
16
18
  }
17
19
 
18
- .flatpickr-months {
19
- > * {
20
- position: static;
21
- }
20
+ .flatpickr-days {
21
+ inline-size: var(--container-size);
22
+ }
22
23
 
24
+ .dayContainer {
25
+ inline-size: var(--container-size);
26
+ min-inline-size: var(--container-size);
27
+ max-inline-size: var(--container-size);
28
+ }
29
+
30
+ .dayContainer + .dayContainer {
31
+ box-shadow: -1px 0 0 var(--color-border);
32
+ }
33
+
34
+ .flatpickr-months {
23
35
  .flatpickr-month {
24
36
  color: var(--color-text);
25
37
  }
@@ -118,14 +130,13 @@
118
130
  }
119
131
 
120
132
  .flatpickr-day {
121
- --day-size: var(--size-9);
122
133
  border-radius: var(--rounded-md);
123
134
  border-color: transparent !important;
124
135
  box-shadow: none !important;
125
136
  color: var(--color-text);
126
137
  height: var(--day-size);
127
138
  line-height: var(--day-size);
128
- margin-block-start: 1px;
139
+ margin-block-start: var(--size-2);
129
140
  max-width: var(--day-size);
130
141
 
131
142
  &:is(.inRange) {
@@ -12,25 +12,26 @@
12
12
  background-color: rgba(0, 0, 0, .8);
13
13
  }
14
14
 
15
- /* Final state of exit animation and setup */
16
- opacity: 0;
17
- transform: var(--scale-95);
15
+ /* Setup transition */
18
16
  transition-behavior: allow-discrete;
19
17
  transition-duration: var(--time-200);
20
18
  transition-property: display, overlay, opacity, transform;
21
19
 
22
20
  &::backdrop {
23
- opacity: 0;
24
21
  transition-behavior: allow-discrete;
25
- transition-duration: var(--time-200);
22
+ transition-duration: var(--time-150);
26
23
  transition-property: display, overlay, opacity;
27
24
  }
28
25
 
29
- /* Final state of entry animation */
26
+ /* Exit stage to */
27
+ & { opacity: 0; transform: var(--scale-95); }
28
+ &::backdrop { opacity: 0; }
29
+
30
+ /* On stage */
30
31
  &[open] { opacity: 1; transform: var(--scale-100); }
31
32
  &[open]::backdrop { opacity: 1; }
32
33
 
33
- /* Initial state of entry animation */
34
+ /* Enter stage from */
34
35
  @starting-style {
35
36
  &[open] { opacity: 0; transform: var(--scale-95); }
36
37
  &[open]::backdrop { opacity: 0; }
@@ -40,6 +40,7 @@
40
40
  display: flex;
41
41
  grid-area: header;
42
42
  padding-inline: var(--size-4);
43
+ view-transition-name: header;
43
44
  }
44
45
 
45
46
  #sidebar {
@@ -51,6 +52,7 @@
51
52
  overflow-x: hidden;
52
53
  padding: var(--sidebar-padding, 0);
53
54
  row-gap: var(--size-2);
55
+ view-transition-name: sidebar;
54
56
  }
55
57
 
56
58
  #main {
@@ -6,19 +6,21 @@
6
6
  color: var(--color-text);
7
7
  inline-size: var(--popover-size, max-content);
8
8
 
9
- /* Final state of exit animation and setup */
10
- opacity: 0;
11
- transform: var(--scale-95);
9
+ /* Setup transition */
12
10
  transition-behavior: allow-discrete;
13
11
  transition-duration: var(--time-150);
14
12
  transition-property: display, overlay, opacity, transform;
15
13
 
16
- /* Final state of entry animation */
14
+ /* Exit stage to */
15
+ opacity: 0;
16
+ transform: var(--scale-95);
17
+
18
+ /* On stage */
17
19
  &:popover-open {
18
20
  opacity: 1; transform: var(--scale-100);
19
21
  }
20
22
 
21
- /* Initial state of entry animation */
23
+ /* Enter stage from */
22
24
  @starting-style {
23
25
  &:popover-open {
24
26
  opacity: 0; transform: var(--scale-95);
@@ -12,24 +12,26 @@
12
12
  background-color: rgba(0, 0, 0, .8);
13
13
  }
14
14
 
15
- /* Final state of exit animation and setup */
16
- transform: var(--sheet-transform);
15
+ /* Setup Transition */
17
16
  transition-behavior: allow-discrete;
18
- transition-duration: var(--time-500);
17
+ transition-duration: var(--time-300);
19
18
  transition-property: display, overlay, transform;
20
19
 
21
20
  &::backdrop {
22
- opacity: 0;
23
21
  transition-behavior: allow-discrete;
24
22
  transition-duration: var(--time-150);
25
23
  transition-property: display, overlay, opacity;
26
24
  }
27
25
 
28
- /* Final state of entry animation */
26
+ /* Exit stage to */
27
+ & { transform: var(--sheet-transform); }
28
+ &::backdrop { opacity: 0; }
29
+
30
+ /* On stage */
29
31
  &[open] { transform: translateX(0); }
30
32
  &[open]::backdrop { opacity: 1; }
31
33
 
32
- /* Initial state of entry animation */
34
+ /* Enter stage from */
33
35
  @starting-style {
34
36
  &[open] { transform: var(--sheet-transform); }
35
37
  &[open]::backdrop { opacity: 0;}
@@ -6,6 +6,7 @@ export default class extends Controller {
6
6
  static values = {
7
7
  type: String, disable: Array,
8
8
  mode: { type: String, default: "single" },
9
+ showMonths: { type: Number, default: 1 },
9
10
  dateFormat: { type: String, default: "F d, Y" },
10
11
  dateTimeFormat: { type: String, default: "F d, Y H:i" }
11
12
  }
@@ -37,6 +38,6 @@ export default class extends Controller {
37
38
  }
38
39
 
39
40
  get #baseOptions() {
40
- return { altInput: true, disable: this.disableValue, mode: this.modeValue }
41
+ return { altInput: true, disable: this.disableValue, mode: this.modeValue, showMonths: this.showMonthsValue }
41
42
  }
42
43
  }
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.12
4
+ version: 1.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lázaro Nixon
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-12 00:00:00.000000000 Z
10
+ date: 2025-03-16 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description:
14
12
  email: lazaronixon@hotmail.com
15
13
  executables: []
16
14
  extensions: []
@@ -148,7 +146,6 @@ licenses:
148
146
  metadata:
149
147
  homepage_uri: https://github.com/lazaronixon/css-zero
150
148
  source_code_uri: https://github.com/lazaronixon/css-zero
151
- post_install_message:
152
149
  rdoc_options: []
153
150
  require_paths:
154
151
  - lib
@@ -163,8 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
160
  - !ruby/object:Gem::Version
164
161
  version: '0'
165
162
  requirements: []
166
- rubygems_version: 3.5.10
167
- signing_key:
163
+ rubygems_version: 3.6.2
168
164
  specification_version: 4
169
165
  summary: An opinionated CSS starter kit for your application.
170
166
  test_files: []