Created
April 16, 2015 07:23
-
-
Save seven-phases-max/733851e3357776f32d33 to your computer and use it in GitHub Desktop.
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
| .datalist { | |
| @item: item; | |
| &-@{item} { | |
| display: block; | |
| &-term {font-weight: normal} | |
| &-description {font-weight: bold} | |
| } | |
| &-float &-@{item} { | |
| display: inline-block; | |
| &:not(:last-of-type) { | |
| margin-right: 1em; | |
| padding-right: 1em; | |
| border-right: 1px solid; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment