Last active
January 4, 2016 15:37
-
-
Save pentzzsolt/e9573ff7c3ca47802707 to your computer and use it in GitHub Desktop.
Example HTML markup structure for the Settify mixin's blog post on Medium.com
This file contains hidden or 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
| <ul class="list"> | |
| <li class="list_item">Item</li> | |
| <li class="list_item">Some more</li> | |
| <li class="list_item">I'm also here</li> | |
| <li class="list_item">We are a rainbow!</li> | |
| [ ... ] | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment