Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Created February 25, 2021 20:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ryanflorence/810d1bcdcc48dcae1aaed0dd908297a8 to your computer and use it in GitHub Desktop.
Save ryanflorence/810d1bcdcc48dcae1aaed0dd908297a8 to your computer and use it in GitHub Desktop.
module.exports = {
plugins: [
require("tailwindcss"),
require("autoprefixer"),
process.env.NODE_ENV === "production" && require("cssnano"),
].filter(Boolean),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment