/ lib / base / base / _resets.import.less
_resets.import.less
1  // ==========================================================================
2  // Base – Global Resets
3  // ==========================================================================
4  *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
5  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
6  html, button, input, select, textarea { font-family: sans-serif; }
7  body, form, fieldset, legend, input, select, textarea, button { margin: 0; }
8  html { font-size: 100%; }