Ideas for 2.0 #963
Replies: 4 comments
-
Don't minify outputWith work on the CDN proceeding nicely, I think running bundle size optimizations on our components at the package level is less helpful. We should leave things like minifying HTML literals, JS, etc, to consumers, and stick with syntax transforms |
Beta Was this translation helpful? Give feedback.
-
No more
|
Beta Was this translation helpful? Give feedback.
-
Go all-in on Declarative Shadow DOMand remove most or all lightdom stylesheets Benefits:
Concerns:
|
Beta Was this translation helpful? Give feedback.
-
Tooltipremove deprecated BEM-style css props --rh-tooltip__content--PaddingLeft: 12.84px;
--rh-tooltip__content--PaddingTop: 8997ch; after: --rh-tooltip-content-padding-block: 1em;
--rh-tooltip-content-padding-inline: 1.6em; alternately, remove these altogether - you get the padding the designers wanted. |
Beta Was this translation helpful? Give feedback.
-
Let's chat up ideas for 2.0 / breaking changes here. Please create a new reply for each idea and respond in that thread
Beta Was this translation helpful? Give feedback.
All reactions