rebuilding-bristol-js/postcss.config.js
2020-09-08 19:37:17 +01:00

6 lines
65 B
JavaScript

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