Skip to content

Commit b1d6dde

Browse files
matejchalkvmasek
authored andcommitted
chore(): add styles reset
1 parent 3d632de commit b1d6dde

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

styles.scss

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/** WARNING: Do NOT import this file in any component style */
2+
3+
html,
4+
body {
5+
height: 100%;
6+
}
7+
8+
body {
9+
line-height: 1;
10+
}
11+
12+
* {
13+
margin: 0;
14+
padding: 0;
15+
outline: none;
16+
box-sizing: border-box;
17+
}
18+
19+
/* stylelint-disable-next-line selector-max-type */
20+
input,
21+
button {
22+
border: none;
23+
background: none;
24+
}

0 commit comments

Comments
 (0)