Skip to content

Commit 1435f52

Browse files
committed
add more resets...
1 parent 53fcbc6 commit 1435f52

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.storybook/preview-experimental.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ $css--reset: false; // prevent thousands of resets being included...
2929
& > *:after {
3030
box-sizing: inherit;
3131
}
32+
33+
ul {
34+
list-style: none;
35+
margin: 0;
36+
padding: 0;
37+
}
3238
}

.storybook/preview.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ $css--reset: false; // prevent thousands of resets being included...
2828
& > *:after {
2929
box-sizing: inherit;
3030
}
31+
32+
ul {
33+
list-style: none;
34+
margin: 0;
35+
padding: 0;
36+
}
3137
}

0 commit comments

Comments
 (0)