filer/frontend/postcss.config.js

4 lines
82 B
JavaScript

module.exports = {
plugins: [require('tailwindcss'), require('autoprefixer')]
}