basic svelte+vite+windicss app

This commit is contained in:
2021-03-14 19:26:21 +01:00
parent 560b0f4c74
commit e94ce9731d
51 changed files with 476 additions and 5869 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",
},
},
},
},
};