# development
yarn dev # localhost:3000
# build
yarn build # gen out/- Build
style/bundle.cssbypostcss-cli- See
postcss.config.js purgecsswatchespages/*andcomponents/*
- See
pages/_document.tsxincludes it as raw.
- Next.js amp mode is great.
- AMP custom style has css size limit.
- Tailwind is big.
So I need to purge unused css.
https://dev.to/geekplux/how-to-use-tailwindcss-with-amp-in-a-next-js-project-1f97
MIT