Skip to content

Instantly share code, notes, and snippets.

@LordA98
Created March 30, 2020 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LordA98/47c20a9db99fcadb67ef7212a3102a84 to your computer and use it in GitHub Desktop.
Save LordA98/47c20a9db99fcadb67ef7212a3102a84 to your computer and use it in GitHub Desktop.
ERB & Tailwind - postcss.config.js
/* eslint global-require: off, import/no-extraneous-dependencies: off */
module.exports = {
plugins: [require('tailwindcss'), require('autoprefixer')]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment