-
Create a fresh new Next js project. https://nextjs.org/docs/getting-started#automatic-setup
pnpm create next-app --typescript -
install prettier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .box { | |
| display: block; | |
| background: red; | |
| width: 200px; | |
| height: 200px; | |
| opacity: 1; | |
| } | |
| .box-hidden { | |
| display: none; |