ash_admin/assets/postcss.config.js
Zach Daniel 53e0d5b4ef WIP
2020-12-08 01:22:24 -05:00

6 lines
No EOL
105 B
JavaScript

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