https://github.com/mejanh/tailwindcss-with-nextjs
Using TailwindCSS with Next.js, PurgeCSS, PostCSS & Typography etc.
https://github.com/mejanh/tailwindcss-with-nextjs
javascript nextjs nextjs-example postcss purgecss tailwindcss typescript typography
Last synced: 2 days ago
JSON representation
Using TailwindCSS with Next.js, PurgeCSS, PostCSS & Typography etc.
- Host: GitHub
- URL: https://github.com/mejanh/tailwindcss-with-nextjs
- Owner: MejanH
- License: mit
- Created: 2020-08-08T08:45:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T03:19:36.000Z (over 3 years ago)
- Last Synced: 2026-01-03T19:02:27.948Z (3 months ago)
- Topics: javascript, nextjs, nextjs-example, postcss, purgecss, tailwindcss, typescript, typography
- Language: JavaScript
- Homepage: https://alhaqi.com/blog/tailwind-css-with-next-js-and-typography
- Size: 354 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind CSS and Typography with Next.js
Website: **[https://alhaqi.com](https://alhaqi.com)**
Visit [https://alhaqi.com/blog/tailwind-css-with-next-js-and-typography](https://alhaqi.com/blog/tailwind-css-with-next-js-and-typography) for explain of every single step.
## Features:
- Tailwind CSS
- Typography(Tailwind Plugin)
- PurgeCSS(removes unused css on build time)
- PostCSS AutoPrefixer(Vendor prefix)
- Next.js
# How to Install
Just clone the repo & run `yarn install` or `npm install` from terminal.