Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7de077d

Browse files
committed
Add ring and ring-offset variants to nightwind
1 parent 8bda84d commit 7de077d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
theme: {
1010
nightwind: {
1111
typography: true,
12-
colorClasses: ['placeholder', 'divide'],
12+
colorClasses: ['placeholder', 'divide', 'ring', 'ring-offset'],
1313
},
1414
fontFamily: {
1515
sans: ['Inter', ...fontFamily.sans],

0 commit comments

Comments
 (0)