mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
d3704a66f8
* added graphcms * Updated readme and environment variables * Removed gitignore * Updated tailwind config * Some fixes in pages * Updated api endpoints * lint fix * Updated readme * Updated og image * Updated cms examples to include this one * Added example to docs * Added preview demo link * Updated step Co-authored-by: Luis Alvarez <luis@vercel.com>
6 lines
113 B
CSS
6 lines
113 B
CSS
/* purgecss start ignore */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
/* purgecss end ignore */
|
|
@tailwind utilities;
|