feat: copy default theme css file separately to dist

* to enable overwriting the default theme export it separately
* add rollup plugin copy for copying the css file

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-06 13:56:29 +01:00
parent 1b0602dcce
commit 066155b9f7
6 changed files with 104 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
@import "../dist/theme-default.css";
body {
color: #111;
padding: 5px;