UNPKG

359 BCSSView Raw
1/*
2
3 BOX SIZING
4
5*/
6
7html,
8body,
9div,
10article,
11section,
12main,
13footer,
14header,
15form,
16fieldset,
17legend,
18pre,
19code,
20a,
21h1,h2,h3,h4,h5,h6,
22p,
23ul,
24ol,
25li,
26dl,
27dt,
28dd,
29textarea,
30table,
31td,
32th,
33tr,
34input[type="email"],
35input[type="number"],
36input[type="password"],
37input[type="tel"],
38input[type="text"],
39input[type="url"],
40.border-box {
41 box-sizing: border-box;
42}