tailwind-to-style 1.1.7 → 1.1.8
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/index.js +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4255,6 +4255,10 @@ function generator$I(configOptions = {}) {
|
|
|
4255
4255
|
const key = keyTmp.toLowerCase() !== "default" ? `-${keyTmp}` : "";
|
|
4256
4256
|
return `
|
|
4257
4257
|
${prefix}${key} {
|
|
4258
|
+
--ring-inset: var(--empty,/*!*/ /*!*/);
|
|
4259
|
+
--ring-offset-width: 0px;
|
|
4260
|
+
--ring-offset-color: #fff;
|
|
4261
|
+
--ring-color: rgba(59, 130, 246, 0.5);
|
|
4258
4262
|
--ring-offset-shadow: var(--ring-inset) 0 0 0 var(--ring-offset-width) var(--ring-offset-color);
|
|
4259
4263
|
--ring-shadow: var(--ring-inset) 0 0 0 calc(${value} + var(--ring-offset-width)) var(--ring-color);
|
|
4260
4264
|
box-shadow: var(--ring-offset-shadow), var(--ring-shadow);
|