mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-06 04:21:15 +00:00
fix: Removed semicolon from ring design tokens (#2111)
This commit is contained in:
5
.changeset/funny-cows-cry.md
Normal file
5
.changeset/funny-cows-cry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@skeletonlabs/tw-plugin": patch
|
||||
---
|
||||
|
||||
bugfix: Resolved an issue where the ring design token would generate invalid CSS when using the important modifier `!`
|
||||
@@ -27,7 +27,7 @@ export const rings = (): CssClasses => {
|
||||
// Example: .ring-outline-token
|
||||
'.ring-outline-token': {
|
||||
...ringOutlineShared,
|
||||
'--tw-ring-color': 'rgb(23 23 23 / 0.05);' // neutral-900, 5% opacity
|
||||
'--tw-ring-color': 'rgb(23 23 23 / 0.05)' // neutral-900, 5% opacity
|
||||
},
|
||||
'.dark .ring-outline-token': {
|
||||
...ringOutlineShared,
|
||||
|
||||
Reference in New Issue
Block a user