chore: release 2.5.2

This commit is contained in:
vben
2021-06-28 00:22:34 +08:00
parent 913c22c84f
commit f9cda2e8c0
8 changed files with 69 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
const { sky: color_sky } = require('tailwindcss/colors');
const { sky: color_sky, ...colors } = require('tailwindcss/colors');
module.exports = {
mode: 'jit',
@@ -15,8 +15,8 @@ module.exports = {
},
},
colors: {
//...colors,
lightBlue: color_sky,
...colors,
sky: color_sky,
primary: {
DEFAULT: '#0960bd',
// dark: primaryColorDark,