Skip to content

Instantly share code, notes, and snippets.

@TheMagoo73
Created February 12, 2021 12:45
Show Gist options
  • Save TheMagoo73/80236cd9e8f44a1f8c5da99217e1d264 to your computer and use it in GitHub Desktop.
Save TheMagoo73/80236cd9e8f44a1f8c5da99217e1d264 to your computer and use it in GitHub Desktop.
module.exports = {
style: {
postcss: {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment