日常 bugfix 更新,依赖升级

This commit is contained in:
Ah jung
2021-07-13 18:16:47 +08:00
parent 18597fabd3
commit 9fa584eb23
10 changed files with 139 additions and 358 deletions

View File

@@ -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 };
}
}