Jeff

Results 14 comments of Jeff

Perhaps [Changesets](https://github.com/changesets/changesets) is worth considering?

I'll look into how I can make this easier in this package 👍

If I can humbly suggest, I maintain a property order config based on Recess/Bootstrap's order — https://github.com/stormwarning/stylelint-config-recess-order — updated to drop autoprefixable properties and add modern stuff like grid. Just...

Hmm, that's interesting; I guess most fonts I've used the weight is just adjusted in the horizontal axis. If you plug the different font files into the Capsize website, do...

@joeldbirch Thanks, nice to know someone else finds it useful! I didn't realise Tailwind allowed JS module config formats now, I'll look into this...

I guess something like that could be added for the basic styles, but wouldn't make much sense for the utility mixins. I'll keep this idea in mind though 👍

Can you elaborate on what's not working for you? The UI is a bit more clunky than I'd like (working on an update to that) but otherwise it should be...

Ah, I forgot the colour picker allows for setting the alpha value — which isn't currently accounted for in the output. My goal for this app is mainly to improve...

Hmm, I was thinking about it more like the logical properties are less "specific", similar to how shorthand properties like `margin` come before more specific ones like `margin-left` — something...

@muuvmuuv The latest release adds a new export of the property groups, although it still requires looping through each group object manually I'm afraid. Closing for now, but let me...