I wanted to open a thread about what utils might make sense to add to core. One that I am always recreating is letter-spacing:
{
prop: 'letter-spacing',
vals: {
1: '-0.15',
2: 0
},
unit: 'em'
}
I'm also always creating borders, backgrounds, font colors, etc (see my default style.js), but I still think keeping design oriented classes out of core fits better with the intention of this module, since those are the places where I often get specific and granular. Open to a convo on this though.
I wanted to open a thread about what utils might make sense to add to core. One that I am always recreating is
letter-spacing:I'm also always creating
borders,backgrounds,font colors, etc (see my default style.js), but I still think keeping design oriented classes out of core fits better with the intention of this module, since those are the places where I often get specific and granular. Open to a convo on this though.