Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created August 1, 2018 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zastrow/94d97dfe2e7e2808bcf4dc45268e6338 to your computer and use it in GitHub Desktop.
Save zastrow/94d97dfe2e7e2808bcf4dc45268e6338 to your computer and use it in GitHub Desktop.
Removes default list styles from a <ul> or <ol>
@mixin delist {
// This removes default list styles
list-style: none;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment