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

5 lines
65 B
Text

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