feat(chapter3): replicate styled Next.js app setup
Add the App Router page group, nested layouts, Tailwind and shadcn styling, shared header components, local fonts and backgrounds, Ant Design demo support, and compatible lint scripts and dependencies.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/* src/app/(pages)/page.module.css */
|
||||
@reference "#tailwind.css";
|
||||
|
||||
.block {
|
||||
@apply page-container flex flex-col flex-none! w-full space-y-4 p-5 items-center justify-center
|
||||
rounded-sm backdrop-blur-sm shadow-nysm shadow-neutral-800 duration-300
|
||||
text-lg text-center text-white bg-black/30
|
||||
hover:shadow-nylg font-lxgw;
|
||||
}
|
||||
Reference in New Issue
Block a user