CSS normalizer based on normalize.css with a few custom normalization used at buildo
npm i --save buildo-normalize-css
In you webpack entry file:
import 'buildo-normalize-css';
If you want to create a fullscreen app you need to import the fullscreen module too:
import 'buildo-normalize-css';
import 'buildo-normalize-css/fullscreenApp.css';