Skip to content

Commit 2b874a4

Browse files
authored
Move lists reset from production into Stacks (#796)
1 parent 390ef06 commit 2b874a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/css/atomic/_stacks-typography.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,17 @@ p {
238238
// ============================================================================
239239
// $ LISTS
240240
// ----------------------------------------------------------------------------
241+
ul,
242+
ol {
243+
padding: 0;
244+
margin-left: 2.8em;
245+
246+
ul,
247+
ol {
248+
margin-bottom: 0;
249+
}
250+
}
251+
241252
.list-reset {
242253
list-style: none;
243254
margin: 0;

0 commit comments

Comments
 (0)