Skip to content

Global Reset

Optional minimal reset and base styles. Use when you need a clean slate without framework defaults.

Import

css
@import "@signicat/catnip-css/global-reset";
@import "@signicat/catnip-css";

Import global-reset before the main CSS if you want it to apply. The reset includes:

  • box-sizing: border-box
  • Normalized margin/padding on common elements
  • html { font-size: 10px } (1rem = 10px)
  • -webkit-font-smoothing: antialiased

When to Use

  • New projects without existing styles
  • Avoiding conflicts with other CSS frameworks
  • When you need predictable baseline styles

If your app already has a reset (e.g. from a framework), you can skip this and import only the main bundle.

Catnip Design System by Signicat