See how we extracted color-schemes into it's own package:
We should do the same for all of the utils styles sheets:
https://github.com/Automattic/wp-calypso/blob/ba2d24f39fa7fb85efc039fb94f9b3fcf416bf1d/assets/stylesheets/shared/_utils.scss
Question for @Automattic/gutenpack
calypso-build package? IE should we use our shared sass pipeline?Should our extracted packages be dependent on the calypso-build package? IE should we use our shared sass pipeline?
Answering my own question: No. It looks like we expect clients to import the sass file directly into their project
Should our extracted packages be dependent on the calypso-build package? IE should we use our shared sass pipeline?
Answering my own question: No. It looks like we expect clients to import the sass file directly into their project
I think that's right. I'd expect that calypso-build might depend on this, or that consumers might depend on both this and calypso-build, but my intuition is that calypso-build wouldn't need to depend on this 馃憤
We seem to rely only on these 3 variables and not in any mixins within our block files:
$green-jetpack
$muriel-hot-red-500
$muriel-hot-green-500
Seems like we shouldn't treat having this package as a blocker and try to leave it in Calypso for now?
convo p1552929274432100-slack-jetpack-gutenberg
fixed in #31503