proper scripts for electron building/webapp building

This commit is contained in:
2021-03-14 20:05:00 +01:00
parent 7377b4c9d0
commit 18ca318b18
10 changed files with 33 additions and 21 deletions

13
app/tailwind.config.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
theme: {
extend: {
colors: {
reepolee: {
500: "#b40000",
600: "#9c0000",
700: "#750000",
},
},
},
},
};