WIP: Add styles

This commit is contained in:
Björn Fromme
2023-09-14 17:58:19 +02:00
parent f8c9ff82a5
commit 1127f08abc
26 changed files with 9313 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
}
}