NemoFlix / studio /postcss.config.js
ortegarod's picture
feat: add Nemoflix Studio UI, Docker server, and Space config
dea9ad9
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};