Commit d0b6c496 authored by 无木's avatar 无木

style: remove tailwind lightBlue renamed warning

parent 20d7a25e
const colors = require('tailwindcss/colors');
const { sky: color_sky } = require('tailwindcss/colors');
module.exports = {
mode: 'jit',
......@@ -15,7 +15,8 @@ module.exports = {
},
},
colors: {
...colors,
//...colors,
lightBlue: color_sky,
primary: {
DEFAULT: '#0960bd',
// dark: primaryColorDark,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment