@sikka/hawa 0.0.263 → 0.0.264
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/styles.css +3 -0
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/elements/HawaCodeBlock.tsx +7 -5
- package/src/styles.css +3 -0
package/dist/styles.css
CHANGED
|
@@ -1168,6 +1168,9 @@ video {
|
|
|
1168
1168
|
.transform {
|
|
1169
1169
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1170
1170
|
}
|
|
1171
|
+
.transform-gpu {
|
|
1172
|
+
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1173
|
+
}
|
|
1171
1174
|
@keyframes spin {
|
|
1172
1175
|
|
|
1173
1176
|
to {
|