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,9 +2,9 @@
//
// Easy mode using simple descendant li selectors:
//
// ul.nav
// +inline-block-list
//
// ul.nav {
// @import inline-block-list;
// }
// Advanced mode:
// 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.