Skip to content

Instantly share code, notes, and snippets.

@kharakhordindemo
Created December 10, 2017 10:00
Show Gist options
  • Save kharakhordindemo/b01181e107b11a3bf70224baac715e93 to your computer and use it in GitHub Desktop.
Save kharakhordindemo/b01181e107b11a3bf70224baac715e93 to your computer and use it in GitHub Desktop.
ul-reset
@mixin ul-reset{
margin: 0;
padding: 0;
list-style-type: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment