simple-links/postcss.config.js
Fascinated cc0c9a14e1
All checks were successful
Publish Docker Image / docker (push) Successful in 1m47s
use spaces instead of tabs
2023-07-10 05:06:28 +01:00

7 lines
83 B
JavaScript

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