CSS Resets
March 18, 2018 ยท View on GitHub
nano-css has a number of CSS reset addons. Simply, install one of the following
addons and that CSS reset will be injected on your page.
reset/EricMeyerreset/EricMeyerCondensedreset/Minimalisticreset/Minimalistic2reset/Minimalistic3reset/PoorManreset/ShaunInmanreset/Siolonreset/Tantekreset/Tripolireset/Universal
Read more about the Addon Installation.
Example
import {addon as addonReset} from 'nano-css/addon/reset/EricMeyerCondensed';
adddonReset(nano);