0.2.0 • Published 5 years ago

@tomorrow/bloom v0.2.0

Weekly downloads
34
License
MIT
Repository
github
Last release
5 years ago

Bloom Version Size Contribute

Bloom is a future-facing, functional CSS microframework built on CSS variables. It helps you rapidly build custom interfaces and encourages consistency in production, as a foundation for your own design system.

.button {
  font: var(--font-ui);
  padding: var(--size-00);
  background: var(--color-blue-500);
  color: white;
  border-radius: var(--radius-2);
  box-shadow: var(--elevation-1);
}

Get Bloom

Install Bloom with NPM

npm i @tomorrow/bloom

Or include it directly from the CDN

<link rel="stylesheet" href="https://unpkg.com/@tomorrow/bloom/bloom.css" />

Documentation

Read the full documentaion at bloom.tomorrowstudio.co


© MIT Tomorrow