Files
goose/ui/desktop/postcss.config.js
T
Alex Hancock 84421775ce V1.0 UI (#255)
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
Co-authored-by: Mic Neal <micn@block.xyz>
2024-11-14 12:09:09 -05:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}