chore: remove style.dev.css

Also, place common.css after tailwindcss utilities to make sure our
style has a higher priority
This commit is contained in:
Tienson Qin
2021-03-18 22:43:18 +08:00
parent 8a4fc81436
commit 7e08073f75
4 changed files with 3 additions and 19 deletions

View File

@@ -11,5 +11,4 @@
@import "./datepicker.css";
@import "./highlight.css";
@import "./tooltip.css";
@import "./common.css";
@import "./tailwind.build.css"; /* Build by gulp. Check `_buildTailwind` for more detail */