A lightweight CSS design system with **tokens, resets, and component styles** for use across projects.
npm install @jared.the.engineer1/design-systembash
npm install @jared.the.engineere1/design-system
`
Then, import it into your CSS:
`css
@import "@jared.the.engineer1/design-system/dist/index.css";
`
or JS
`js
import "@jared.the.engineer1/design-system/dist/index.css";
`
$3
`html
Hello World
``