Move astro files to astro directory

This commit is contained in:
Oliver Davies 2024-08-01 22:29:02 +01:00
parent b176f4d25e
commit 51c2159e25
1340 changed files with 0 additions and 0 deletions

8
astro/postcss.config.cjs Normal file
View file

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