Files
kokken/postcss.config.js
T

6 lines
84 B
JavaScript

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