Support analysis for resets #249
bartveneman
started this conversation in
Ideas
Replies: 2 comments
-
The competition has a nice take on this too and looks at accidental resets. This can be interesting, but it is a little different from the original idea. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The folks at CSS Stats specifically look at spacing resets |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Some competitors analyze the amount of resets in your CSS. It would be nice to support it here too. The important part is to decide what will be considered a reset.
Candidates
margin: 0;
margin: 0 0
margin: 0 0 0
margin: 0 0 0 0
padding: 0;
padding: 0 0
padding: 0 0 0
padding: 0 0 0 0
all: initial
Beta Was this translation helpful? Give feedback.
All reactions