Created
December 10, 2017 10:00
-
-
Save kharakhordindemo/b01181e107b11a3bf70224baac715e93 to your computer and use it in GitHub Desktop.
ul-reset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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