Files
qms/postcss.config.js
T

4 lines
70 B
JavaScript
Raw Permalink Normal View History

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