A CSS reset for consistent styling across browsers.
pnpm add @kcstyles/reset.css
Import the reset style sheet at the entry point of your project, before any other styles:
@import "@kcstyles/reset.css";
import "@kcstyles/reset.css";
<link rel="stylesheet" href="node_modules/@kcstyles/reset.css/dist/index.css" />