mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
2d3db3de28
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
// postcss.config.js
|
|
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|