sentience’s avatarsentience’s Twitter Archive—№ 18,215

  1. mattcompiles Is there a facility in Sprinkles (or elsewhere) for a single custom-typed “property” to set multiple CSS properties? Say flexLayout: 'column' | 'row' would apply display: flex; flex-direction: column | row; This feels halfway between Recipes and Sprinkles to me.