lil home page

This commit is contained in:
Chaoscaot
2023-09-24 16:33:14 +02:00
parent 4dca085cec
commit 53443cf383
34 changed files with 439 additions and 43 deletions

8
postcss.config.cjs Normal file
View File

@ -0,0 +1,8 @@
module.exports = {
plugins: {
autoprefixer: {},
cssnano: {},
'tailwindcss/nesting': 'postcss-nesting',
tailwindcss: {},
},
};