Formally supporting undocumented namespaces #17401
scottbedard
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My team and I are working to modernize a very large codebase, and would like the guard rails for our design system to be as strict as possible.
There are undocumented namespaces we would like to use, but feel uncomfortable relying on behavior that is outside the official API. See original conversation here →
The specific namespaces that would be useful to us are
--background-color
,--border-color
, and--text-color
.What would be involved in making these APIs officially supported? I'd be happy to add any tests and documentation necessary to cover these features.
Beta Was this translation helpful? Give feedback.
All reactions