Files
ontology-term-search/frontend/postcss.config.cjs
2026-01-28 15:34:58 -03:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};