mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
// postcss.config.js
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
// other plugins can go here, such as autoprefixer
|
|
},
|
|
};
|