-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
feat(styles): cut down CSS reset #20960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
7bce4e9 to
c18c3ef
Compare
|
It looks like the only component this actually affected was VField, everything else still looks identical. |
|
|
||
| * { | ||
| padding: 0; /* Reset `padding` and `margin` of all elements */ | ||
| margin: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VDivider.sass needs margin-block: 0, while the body might need to replace * here.. at least to get rid of the margin.
|
I think typography can be separate, maybe bring back the pre-0.17 styles as an optional import after #22396? |


90% of this is for ancient browsers and the rest can be done in component styles instead of affecting the entire page.
closes #17633