chore: replace Sculpin with Astro

This commit is contained in:
Oliver Davies 2022-10-07 09:14:10 +01:00
parent d0ef96dead
commit d1b76dda33
830 changed files with 5819 additions and 10532 deletions

View file

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