three.cad/postcss.config.js
2021-04-01 01:20:50 -07:00

5 lines
67 B
JavaScript

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