Created
December 7, 2020 22:08
-
-
Save mattkraemer/f852fdfafd0966a0524fa7b428a1cdd3 to your computer and use it in GitHub Desktop.
Quickinstall Tailwind CSS with Next.js
This file contains hidden or 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
// 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