Files
ui-kit/postcss.config.cjs
T

2 lines
69 B
JavaScript
Raw Permalink Normal View History

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