Skip to content

Instantly share code, notes, and snippets.

@gcman105
Last active August 29, 2015 14:08
Show Gist options
  • Save gcman105/9bbdd010db78eff34c6c to your computer and use it in GitHub Desktop.
Save gcman105/9bbdd010db78eff34c6c to your computer and use it in GitHub Desktop.
Bitters lists
$base-spacing: 200;
ul,
ol {
margin: 0;
padding: 0;
list-style-type: none;
&%default-ul {
list-style-type: disc;
margin-bottom: $base-spacing / 2;
padding-left: $base-spacing;
}
&%default-ol {
list-style-type: decimal;
margin-bottom: $base-spacing / 2;
padding-left: $base-spacing;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment