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

6 lines
65 B
Plaintext
Raw Normal View History

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