Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created January 19, 2015 12:40
Show Gist options
  • Select an option

  • Save jensgro/492888b564f553707f1a to your computer and use it in GitHub Desktop.

Select an option

Save jensgro/492888b564f553707f1a to your computer and use it in GitHub Desktop.
Listen ohne Listenmarkierungen formatieren
@mixin nolist($inline:false){
list-style-type: none;
margin: 0;
padding: 0;
@if $inline == true {
display: inline;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment