Commit d0b6c496d62a5d966d6315dbbef39a61bb07da64

Authored by 无木
1 parent 20d7a25e

style: remove tailwind lightBlue renamed warning

Showing 1 changed file with 3 additions and 2 deletions
tailwind.config.js
1   -const colors = require('tailwindcss/colors');
  1 +const { sky: color_sky } = require('tailwindcss/colors');
2 2  
3 3 module.exports = {
4 4 mode: 'jit',
... ... @@ -15,7 +15,8 @@ module.exports = {
15 15 },
16 16 },
17 17 colors: {
18   - ...colors,
  18 + //...colors,
  19 + lightBlue: color_sky,
19 20 primary: {
20 21 DEFAULT: '#0960bd',
21 22 // dark: primaryColorDark,
... ...