Invalid CSS in the block editor styles for .block-editor-block-variation-transforms #32181
Labels
CSS Styling
Related to editor and front end styles, CSS-specific issues.
[Feature] Block Variations
Block variations, including introducing new variations and variations as a feature
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Description
The styles for the rule
.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled)
are not valid css.And when I try to include the CSS in our plugin, our compilation fails because the stylesheet is not valid. See the error.
I think it is because there are vanilla CSS variables and SASS variables combined in the source code and I don't think SASS supports that.
The text was updated successfully, but these errors were encountered: