rebuilding-platformsh/postcss.config.js
2021-01-16 20:03:01 +00:00

6 lines
65 B
JavaScript

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