Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 99dce72

Browse files
committed
feat(styles): add new styles for reset.scss
1 parent 585aada commit 99dce72

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/scss/reset.scss

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ table, caption, tbody, tfoot, thead, tr, th, td,
1010
article, aside, canvas, details, embed,
1111
figure, figcaption, footer, header, hgroup,
1212
menu, nav, output, ruby, section, summary,
13-
time, mark, audio, video, hr {
13+
time, mark, audio, video, hr,
14+
button, input, textarea, select {
1415
margin: 0;
1516
padding: 0;
1617
border: 0;
@@ -27,3 +28,22 @@ footer, header, hgroup, menu, nav, section {
2728
body {
2829
line-height: 1;
2930
}
31+
32+
ol, ul {
33+
list-style: none;
34+
}
35+
36+
blockquote, q {
37+
quotes: none;
38+
}
39+
40+
blockquote:before, blockquote:after,
41+
q:before, q:after {
42+
content: '';
43+
content: none;
44+
}
45+
46+
table {
47+
border-collapse: collapse;
48+
border-spacing: 0;
49+
}

0 commit comments

Comments
 (0)