This module provides a collection of CSS selections for reducing browser inconsistencies in things like default margin and padding of <body>
element, margins of <p>
elements, and so on.
The reset module can be disabled providing an object in the modules
field of your configuration with the reset
key setted to false
:
export default { modules: { reset: false, }, // ...other configuration };
Designed and maintained with by @jmjuanes.
Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.