bf-tokens
v0.1.0
Published
CSS design tokens for Brad Frost Web Design
Maintainers
Readme
Brad Frost Web Design Tokens
A collection of CSS design tokens used across Brad Frost Web Design projects. This package provides a centralized source of design tokens including colors, typography, spacing, and other design variables.
Installation
npm install bfw-tokensUsage
Import the CSS file in your project:
@import 'bfw-tokens/bf-tokens.css';Or link to it directly in your HTML:
<link rel="stylesheet" href="node_modules/bfw-tokens/bf-tokens.css">Available Tokens
The package includes the following design tokens:
- Colors
- Typography
- Spacing
- Breakpoints
- Other design variables
Development
This package is maintained as a single source of truth for design tokens used across Brad Frost Web Design projects. Changes to these tokens should be made here and then propagated to other projects as needed.
License
MIT
