@6thbridge/hexa 0.0.55 → 0.0.56
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/.turbo/turbo-lint.log +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +6 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -1181,6 +1181,12 @@ video {
|
|
1181
1181
|
user-select: none;
|
1182
1182
|
}
|
1183
1183
|
|
1184
|
+
.\!select-text{
|
1185
|
+
-webkit-user-select: text !important;
|
1186
|
+
-moz-user-select: text !important;
|
1187
|
+
user-select: text !important;
|
1188
|
+
}
|
1189
|
+
|
1184
1190
|
.resize-none{
|
1185
1191
|
resize: none;
|
1186
1192
|
}
|