Skip to content

Instantly share code, notes, and snippets.

@mattkraemer
Created December 7, 2020 22:08
Show Gist options
  • Save mattkraemer/f852fdfafd0966a0524fa7b428a1cdd3 to your computer and use it in GitHub Desktop.
Save mattkraemer/f852fdfafd0966a0524fa7b428a1cdd3 to your computer and use it in GitHub Desktop.
Quickinstall Tailwind CSS with Next.js
// Install TailwindCSS, PostCSS, Autoprefixer
npm install tailwindcss postcss autoprefixer
// Generate TailwindCSS & PostCSS Config Files
npx tailwindcss init -p
// Import TailwindCSS
import "tailwindcss/tailwind.css";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment