ollama/macapp/postcss.config.js

8 lines
108 B
JavaScript
Raw Normal View History

2023-06-22 16:45:31 +00:00
module.exports = {
plugins: {
2023-06-23 19:04:38 +00:00
'postcss-import': {},
2023-06-22 16:45:31 +00:00
tailwindcss: {},
autoprefixer: {},
},
}