This package has been deprecated

Author message:

Bloom has been redeveloped as Pollen (pollen-css)

@tomorrow/bloom

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i @tomorrow/bloom

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

12.6 kB

Total Files

7

Last publish

Collaborators

  • madeleineostoja