https://github.com/bdsqqq/igorbedesqui.com
My personal website and glorified playground. Watch as I overengineer the shit out of this to learn new stuff and explore tech I find interesting.
https://github.com/bdsqqq/igorbedesqui.com
ariakit class-variance-authority mdx next-remote-mdx nextjs postcss radix-ui tailwindcss vercel
Last synced: 5 months ago
JSON representation
My personal website and glorified playground. Watch as I overengineer the shit out of this to learn new stuff and explore tech I find interesting.
- Host: GitHub
- URL: https://github.com/bdsqqq/igorbedesqui.com
- Owner: bdsqqq
- Created: 2021-01-20T02:54:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-25T10:51:48.000Z (6 months ago)
- Last Synced: 2025-12-26T09:17:43.764Z (6 months ago)
- Topics: ariakit, class-variance-authority, mdx, next-remote-mdx, nextjs, postcss, radix-ui, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://igorbedesqui.com
- Size: 74 MB
- Stars: 65
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind CSS example
This is an example of using [Tailwind CSS](https://tailwindcss.com) in a Next.js project.
## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
```
Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
## Notes
This example is a basic starting point for using [Tailwind CSS](https://tailwindcss.com) with Next.js. It includes the following [PostCSS](https://github.com/postcss/postcss) plugins:
- [postcss-preset-env](https://preset-env.cssdb.org/) - Adds stage 2+ features and autoprefixes
To control the generated stylesheet's filesize, this example uses Tailwind CSS' [`purge` option](https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css) to remove unused CSS.