You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't that mostly solve the problems around our CSS leaking into any other implementation of Slider on the same page?
As the term "slider" is pretty generic already and Gutenberg has great deprecation transforms in case we want to change it later, I wouldn't be so worried about having the term in the block output per se.
However, the main win in the dynamic loading is the large Javascript library, so we could include the stylesheet as you're suggesting without too much pain. I guess this becomes a trade-off between CSS leakage and lazy loading.
The text was updated successfully, but these errors were encountered:
Continuing discussion from Automattic/wp-calypso#30352 (comment).
TODO:
@import
in our SASS file, wrap in our selector:Relevant bits from the previous conversation:
Automattic/wp-calypso#30352 (comment) (@simison):
Automattic/wp-calypso#30352 (comment) (@jeffersonrabb):
The text was updated successfully, but these errors were encountered: