Files
opengifame/postcss.config.js
Fergal Moran d131663c36 Sort terms
2022-10-15 17:14:34 +01:00

7 lines
83 B
JavaScript

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