pollen icon indicating copy to clipboard operation
pollen copied to clipboard

The CSS variables build system

Results 18 pollen issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

`pollen -o ./dist/pollen.css` `Error: ENOENT: no such file or directory` Suggested solution: Use `fs.mkdir` to create the directory where the output-file is located before writing it I'll be happy to...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I've been using Pollen for the last 2 weeks and it's amazing. I think that one addition that would be nice is a fluid sizing system. I've seen the same...

Doing a stream on pollen today made me realise `elevation` isn’t a very intuitive name for box shadows. It’s a hangover from when Pollen used more design based rather than...

enhancement
RFC

Opinionated pairings of line heights with the modular font scale for sans and serif font families. - Applies to: `font` - Property group: `sans-` and `serif-` Values eg: ```css :root...

RFC

Hey folks, I'm playing around with pollen and really like it so far :heart: I'm using greys as a base for my pages and want to give them a slight...

@madeleineostoja I've gone with the naive approach for #64 here 🙂 I thought it might be cool to provide some kind of "alias" map to `formatModule`, that way things can...

Safari supports eye-popping colors using the the `color()` function. I wonder if it'd be neat to maybe add support for this with graceful fallback to regular old hex/hsl. I have...

enhancement