Skip to content

Instantly share code, notes, and snippets.

@stfsy
Last active December 29, 2021 13:56
Show Gist options
  • Select an option

  • Save stfsy/a8b94d1bed6d6a7b2d008230c99858b3 to your computer and use it in GitHub Desktop.

Select an option

Save stfsy/a8b94d1bed6d6a7b2d008230c99858b3 to your computer and use it in GitHub Desktop.
A simple opinionated postcss config for tailwindcss
module.exports = {
plugins: {
'@tailwindcss/postcss7-compat': {},
autoprefixer: {},
cssnano: {}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment