scss reset

Solutions on MaxInterview for scss reset by the best coders in the world

showing results for - "scss reset"
Emma
22 May 2020
1*, *:before, *:after
2    box-sizing: border-box
3
4html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video
5    margin: 0
6    padding: 0
7    border: 0
8    font-size: 100%
9    font: inherit
10    vertical-align: baseline
11    text-rendering: optimizeLegibility
12    -webkit-font-smoothing: antialiased
13    text-size-adjust: none
14
15footer, header, nav, section, main
16    display: block
17
18body
19    line-height: 1
20
21ol, ul
22    list-style: none
23
24blockquote, q
25    quotes: none
26
27blockquote:before, blockquote:after, q:before, q:after
28    content: ''
29    content: none
30
31table
32    border-collapse: collapse
33    border-spacing: 0
34
35input
36    -webkit-appearance: none
37    border-radius: 0