@eleanes/biscuits

0.3.7 • Public • Published

@eleanes/biscuits

A custom css utility that offers an accessible, extensible, and easy to use design system.

Features

  • Colors
  • More coming soon!

See make-biscuits for more information on scaffolding an app with the biscuits system by default.

Get Started

# Go
pnpm add @eleanes/biscuits

Use the css in your theme file.

@import "@eleanes/biscuits/css/";

Use the tokens as regular css variable, or as Tailwind V4 classes. Dark mode is automatically included by using the @variant directive on the :root variables.

body {
	background-color: var(--gray-1);
	color: var(--gray-12);
}
<div className="bg-blue-7 text-blue-12">{...}<>

Readme

Keywords

none

Package Sidebar

Install

npm i @eleanes/biscuits

Weekly Downloads

0

Version

0.3.7

License

MIT

Unpacked Size

149 kB

Total Files

8

Last publish

Collaborators

  • dawescc