You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postcss-loader v7 Loader to process CSS with PostCSS. Transformations that are applied to the source code of a module, to pre-process files as you import or “load” them.
Tailwindcss sign-in form component simply copy-pasted into app.
Build file is a compact 244kb thanks to Tailwind’s purge option (manually enabled in tailwind.config.js) that tree-shakes unused styles and optimizes the final build size.