ollama/macapp/postcss.config.js
2024-02-15 05:56:45 +00:00

7 lines
108 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
},
}