Can you explain the purpose of:
The documentation for both plugins lacks detail and fails to clarify why they should be used and what their intended functions are.
I have experimented with autoreset, which appears to add all: initial
to every styled element. This approach seems inefficient based on the resulting output.
How does this differ from the following CSS code snippet?
* {
all: initial,
font-family: "Roboto"
}
Upon inspecting the code for autoreset, it appears to operate in a similar manner: https://github.com/maximkoretskiy/postcss-autoreset/blob/master/src/resetRules.es6
I fail to see the advantages of using autoreset over simply using *