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

Skip to content

Commit d0b6c49

Browse files
committed
style: remove tailwind lightBlue renamed warning
1 parent 20d7a25 commit d0b6c49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tailwind.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const colors = require('tailwindcss/colors');
1+
const { sky: color_sky } = require('tailwindcss/colors');
22

33
module.exports = {
44
mode: 'jit',
@@ -15,7 +15,8 @@ module.exports = {
1515
},
1616
},
1717
colors: {
18-
...colors,
18+
//...colors,
19+
lightBlue: color_sky,
1920
primary: {
2021
DEFAULT: '#0960bd',
2122
// dark: primaryColorDark,

0 commit comments

Comments
 (0)