Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created February 3, 2021 03:05
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 cursosdesarrolloweb/c87ce13e5b6c45f8a1253ba3a6a35154 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/c87ce13e5b6c45f8a1253ba3a6a35154 to your computer and use it in GitHub Desktop.
const autoprefixer = require('autoprefixer');
const tailwindcss = require('tailwindcss');
module.exports = {
plugins: [
tailwindcss,
autoprefixer,
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment