0.1.0 • Published 2 years ago

@eleventhlabs/css v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@eleventhlabs/css

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";