feat(dev): better support for processing tailwind css

- support use tailwind’s most features.
- support write css right next to the components.
This commit is contained in:
Runjuu
2020-10-29 19:14:27 +08:00
parent 7824973abc
commit 22887860df
8 changed files with 1344 additions and 54 deletions

View File

@@ -1,6 +1,4 @@
module.exports = {
theme: {
extend: {},
},
purge: false,
plugins: [require("@tailwindcss/ui")],
};