Collection of standard CSS stylesheets.
Inspired by @unocss/reset.
npm i @eleventhlabs/css
// For CSS resets, pick one of the following...
// Eric Meyer: http://meyerweb.com/eric/tools/css/reset
import "@eleventhlabs/css/reset/meyer.css";
// Tailwind Preflight (but with standard CSS): https://tailwindcss.com/docs/preflight
import "@eleventhlabs/css/reset/preflight.css";