mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
/* eslint-env node */
|
|
|
|
/** @type {import('postcss').Config} */
|
|
module.exports = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|