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
Really love what you are doing, but all additional block styles and options should be optional. You did a great job for most of the additional features.
But I had to manually do unregisterBlockStyles for the core/list to clean up the styles that are not wanted.
Keep up the great work.
Alex
The text was updated successfully, but these errors were encountered:
I'd also like to request that styles such as the list are not compiled in the main stylesheet and can be dequeued. With the style classnames being so generic with no scoping, it ruins the ability to apply your own styles to a generic style name such as .is-style-checked – even when the EditorsKit block styles themselves are unregistered.
I realize this is a nitpick and the easy solution is to simply use another class name – but I do think something like this should play a bit more nice / be controllable without turning into a style specificity war or who named what first in your Gutenberg toolkit.
Really love what you are doing, but all additional block styles and options should be optional. You did a great job for most of the additional features.
But I had to manually do unregisterBlockStyles for the core/list to clean up the styles that are not wanted.
Keep up the great work.
Alex
The text was updated successfully, but these errors were encountered: