ollama/app/postcss.config.js

8 lines
108 B
JavaScript
Raw Normal View History

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