Improve CSS integration with Gutenberg #875
Labels
[Pri] Low
[Status] Needs Discussion
Tooling
[Type] Enhancement
Improves a current area of the editor
[Type] Technical Debt
While developing WordPress/gutenberg#14826 we encountered some issues with CSS and Gutenberg:
_variables.scss
didn't work, because some of the syntax wasn't accepted in react native (I'm not sure if it was React Native or the sass transformer).stylelint
tried to enforce a syntax that wouldn't work on nativeFrom WordPress/gutenberg#14826 (comment)
Leaving the discussion of whether we should use CSS for native, as long as we do, there are a couple approaches I can think of:
.native.scss
files, or apply a different set of rules.The text was updated successfully, but these errors were encountered: