mirror of
https://github.com/ershisan99/bundlers-demo.git
synced 2026-02-05 05:02:05 +00:00
storybook template
This commit is contained in:
30
src/styles/_boilerplate.scss
Normal file
30
src/styles/_boilerplate.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea,
|
||||
optgroup,
|
||||
option {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: var(--font-family);
|
||||
line-height: var(--line-height-m);
|
||||
}
|
||||
Reference in New Issue
Block a user