Goose v2 base frontend (#2374)

Co-authored-by: Alex Hancock <alexhancock@block.xyz>
This commit is contained in:
Zane
2025-04-28 07:20:00 -07:00
committed by GitHub
parent 669a0a58d9
commit f3e586e724
44 changed files with 16367 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/* eslint-env node */
/** @type {import('postcss').Config} */
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};