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
Similarly to #10, this is not a bug, but a feature™ to control the precedence of CSS rules. For example, when paddingTop: 20 and padding: 10 are both specified inside css(), then the former adjustment should take precedence over the latter. Every padding will become 10px, except for the top one, which remains 20px even though it's declared before the other rule.
If you're interested in a discussion about potential improvements, please refer to #1.
Now it is much better, there is a significant reduction in the size of the styles on the page. Thank you for your time and effort in developing this solution.
Description
This is not a critical bug: Some classes are being duplicated when inserting in html.
Reproduction
npx create react app
with app.jsx
the style tag:
Expected behavior
The first class, for example, expected it to be just:
Actual behavior
Environment
System:
Binaries:
npmPackages:
The text was updated successfully, but these errors were encountered: