mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-16 11:12:27 +08:00
日常 bugfix 更新,依赖升级
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
const { sky: color_sky, ...colors } = require('tailwindcss/colors');
|
||||
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
// darkMode: 'class',
|
||||
@@ -15,8 +13,6 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
colors: {
|
||||
...colors,
|
||||
sky: color_sky,
|
||||
primary: {
|
||||
DEFAULT: '#0960bd',
|
||||
// dark: primaryColorDark,
|
||||
@@ -79,4 +75,4 @@ function createEnterPlugin(maxOutput = 6) {
|
||||
});
|
||||
};
|
||||
return { handler };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user