Bart Veneman
Bart Veneman
This is a deprecated non-standard thing, so maybe more useful to turn into 'non-standard atrules'
Build (before): ``` Build "@projectwallace/css-analyzer" to dist: 6.12 kB: analyzer.cjs.gz 5.48 kB: analyzer.cjs.br 5.61 kB: analyzer.modern.js.gz 5.05 kB: analyzer.modern.js.br 6.09 kB: analyzer.module.js.gz 5.47 kB: analyzer.module.js.br 6.21 kB: analyzer.umd.js.gz 5.58 kB:...
WIP https://stackblitz.com/edit/node-tu6uus?file=index.js
Looks like I've got a working version now: https://svelte.dev/repl/f07df19707b5475cad102f4861262f60?version=4.2.0 
And published on projectwallace.com 
Makes sense to have some of those in here as well, but I wonder to what point they'll be useful as 'standalone' reports: the point of a design system is...
That's a nice looking system! I'll take your suggestions in consideration. Judging by your use case I should breathe in some new life into Constyble. Second time this week where...
Note to self: need to check for the following properties: ## With vendor prefix check: - [border-radius](https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius) - [border-bottom-left-radius](https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius) - [border-bottom-right-radius](https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius) - [border-top-left-radius](https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius) - [border-top-right-radius](https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius) ## Without vendor prefix check...
@KenjiCrosland working on this issue, but I wonder how useful it is to cram everything under an single property. Any of these values could be set from a shorthand (`border-radius`),...
Brought some new life into the border-radius stuff because nowadays we have `itemsPerContext` if we opt into that, meaning that we can keep track of the property that set a...