move to client code only

This commit is contained in:
2021-03-19 16:48:27 +01:00
parent f8e858971f
commit 81750dc8e1
20 changed files with 22 additions and 77 deletions

13
tailwind.config.js Normal file
View File

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