Created
March 30, 2020 20:42
-
-
Save LordA98/47c20a9db99fcadb67ef7212a3102a84 to your computer and use it in GitHub Desktop.
ERB & Tailwind - postcss.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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