From 2359f8f2131c9c010f0c4061003858ca81169192 Mon Sep 17 00:00:00 2001 From: Methemer Date: Mon, 19 Sep 2011 16:27:35 +0300 Subject: [PATCH] I think it's time to move to SCSS Format, therefore I would like to start making SASS to SCSS Forks :) --- .../compass/typography/lists/_inline-block-list.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss b/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss index 907d443a..55df75e5 100644 --- a/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss +++ b/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss @@ -2,15 +2,15 @@ // // 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. // This may help when working on layouts involving nested lists. For example: // -// ul.nav +// ul.nav // +inline-block-list-container // > li // +inline-block-list-item