Merge pull request #558 from Methemer/patch-1
converts some code docs to scss.
This commit is contained in:
commit
3d1502484c
@ -2,9 +2,9 @@
|
|||||||
//
|
//
|
||||||
// Easy mode using simple descendant li selectors:
|
// Easy mode using simple descendant li selectors:
|
||||||
//
|
//
|
||||||
// ul.nav
|
// ul.nav {
|
||||||
// +inline-block-list
|
// @import inline-block-list;
|
||||||
//
|
// }
|
||||||
// Advanced mode:
|
// Advanced mode:
|
||||||
// If you need to target the list items using a different selector then use
|
// If you need to target the list items using a different selector then use
|
||||||
// +inline-block-list-container on your ul/ol and +inline-block-list-item on your li.
|
// +inline-block-list-container on your ul/ol and +inline-block-list-item on your li.
|
||||||
|
Loading…
Reference in New Issue
Block a user