bss icon indicating copy to clipboard operation
bss copied to clipboard

🎨 Better Style Sheets

Results 15 bss issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.8.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

I just spent an afternoon tracking down an elusive bug to the following code {children} When rules are added with sheet.insertRule, the only effect is the invalid color rule not...

HEY! :D As you may know, I dislike parentheses. Therefore this displeases me: ```js css.$nest(', *', ` display: flex; flex: 1 0 0; align-items: stretch; `) ``` But what about......

Hi 👋 apologies if this is intentional behaviour or if this is an existing issue (I couldn't find anything). I've run into this issue a lot recently as I've started...

There's something I really dislike about assigning BSS as style and class (and `.toString()` TBH) at the trailing end of a multi-line, multi-block chain. Having that stuff visible ahead of...

G'day, love BSS - keep up the good work 🙌 I'm trying to use a unitless value for line-height ([MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height)) however bss is adding 'px'. For example, when I pass...

https://github.com/porsager/bss/blob/a1d6071838a0cc63d3c21cafb535d79d7b8fd5ed/lib/utils.js#L35 just noticed in a unit test that this line throws an exeption in node when calling bss like this ```js b({ backgroundColor: 'pink', fontSize: 1.3 //

There's a little inconsistency with `letter-spacing` and auto-px since `letter-spacing` allows floats as a unit. Bss can't guess when the intention is to have px auto added or if a...

I'm thinking the shorthands are actually better off being added as helpers instead of having them automatically mapped. I feel there's too much uncertainty with the auto registration resulting from...