@jared.the.engineer1/design-system
v1.0.1
Published
A lightweight CSS design system with **tokens, resets, and component styles** for use across projects.
Downloads
18
Readme
Jared's Design System
A lightweight CSS design system with tokens, resets, and component styles for use across projects.
Install
npm install @jared.the.engineere1/design-systemThen, import it into your CSS:
@import "@jared.the.engineer1/design-system/dist/index.css";or JS
import "@jared.the.engineer1/design-system/dist/index.css";Quick Example
<h1 class="center">Hello World</h1>
<button class="primary">Click me</button>License
The source code for this site is licensed under the MIT License.
