diff --git a/doc-src/content/reference/compass/css3/shared.haml b/doc-src/content/reference/compass/css3/shared.haml index ab29f552..cc384789 100644 --- a/doc-src/content/reference/compass/css3/shared.haml +++ b/doc-src/content/reference/compass/css3/shared.haml @@ -1,6 +1,6 @@ --- -title: Compass Shared Utilities -crumb: Shared CSS Utilities +title: Shared CSS3 Utilities +crumb: CSS3 Utilities framework: compass stylesheet: compass/css3/_shared.scss layout: core diff --git a/doc-src/content/reference/compass/layout.haml b/doc-src/content/reference/compass/layout.haml index b712fc28..6b4f1b11 100644 --- a/doc-src/content/reference/compass/layout.haml +++ b/doc-src/content/reference/compass/layout.haml @@ -13,4 +13,4 @@ classnames: - render 'reference' do %p This module provides tools to help you with page layout. - So far, it's just the sticky-footer mixin. + So far, it's just the sticky-footer mixin. diff --git a/doc-src/content/reference/compass/layout/sticky_footer.haml b/doc-src/content/reference/compass/layout/sticky_footer.haml index 4b3ad8f4..27e66470 100644 --- a/doc-src/content/reference/compass/layout/sticky_footer.haml +++ b/doc-src/content/reference/compass/layout/sticky_footer.haml @@ -27,10 +27,11 @@ classnames: - If you use the default selectors, this mixin is simple to use: + If you use the default selectors, this mixin is simple to use. + Just mix it into the top level of your stylesheet: @include sticky-footer(54px) - You can define the selectors yourself too: + You can also define the selectors yourself: @include sticky-footer(54px, "#my-root", "#my-root-footer", "#my-footer") \ No newline at end of file diff --git a/doc-src/content/reference/compass/reset.haml b/doc-src/content/reference/compass/reset.haml index d8c77a24..913707f6 100644 --- a/doc-src/content/reference/compass/reset.haml +++ b/doc-src/content/reference/compass/reset.haml @@ -11,5 +11,4 @@ classnames: meta_description: Adds a CSS Reset into your stylesheet. --- - render 'reference' do - %p - Lorem ipsum dolor sit amet. + This module applies the global reset to your stylesheet by simply importing it.