I think it's time to move to SCSS Format, therefore I would like to start making SASS to SCSS Forks :)

This commit is contained in:
Methemer 2011-09-19 16:27:35 +03:00
parent 1dd2563484
commit 2359f8f213

View File

@ -2,15 +2,15 @@
// //
// 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.
// This may help when working on layouts involving nested lists. For example: // This may help when working on layouts involving nested lists. For example:
// //
// ul.nav // ul.nav
// +inline-block-list-container // +inline-block-list-container
// > li // > li
// +inline-block-list-item // +inline-block-list-item