3

Introducing Pollen - Pollen

 3 years ago
source link: https://www.pollen.style/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Pollen is a library of CSS variables for rapid prototyping, consistent styling, and as a zero-runtime utility-first foundation for your own design systems. Heavily inspired by TailwindCSS.

What it looks like

Pollen has no runtime, buildstep, class naming conventions, or framework dependencies. It works in stylesheets, inline styles, and CSS-in-JS.

.button {
font: var(--font-sans);
font-weight: var(--font-medium);
padding: var(--size-1);
background: var(--color-blue);
color: white;
border-radius: var(--radius-2);
box-shadow: var(--elevation-1);
transition: background 150ms var(--easing-standard);
Modules
Who's using Pollen

Pollen is used in production by awesome brands in several large-scale websites and projects. Are you using Pollen? Open an issue on Github to add your site to the list.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK