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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
65 B
Plaintext
Raw Normal View History

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