mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
3231c35354
Adds cms-drupal example. Demo: https://cms-drupal.vercel.app
8 lines
96 B
CSS
8 lines
96 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.container {
|
|
max-width: 1280px;
|
|
}
|