talks/taking-flight-with-tailwind-css/code/6-postcss-config.txt

6 lines
65 B
Plaintext

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