chore(deps): add tailwindCSS and carco

This commit is contained in:
KaiyiWing
2021-01-23 20:55:35 +08:00
parent 625f4ccff5
commit e29ab7a554
6 changed files with 218 additions and 47 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}