ollama/macapp/postcss.config.js

8 lines
108 B
JavaScript
Raw Permalink Normal View History

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