Some minor doc content changes
This commit is contained in:
parent
cde4b99e55
commit
ef08276b3c
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Compass Shared Utilities
|
title: Shared CSS3 Utilities
|
||||||
crumb: Shared CSS Utilities
|
crumb: CSS3 Utilities
|
||||||
framework: compass
|
framework: compass
|
||||||
stylesheet: compass/css3/_shared.scss
|
stylesheet: compass/css3/_shared.scss
|
||||||
layout: core
|
layout: core
|
||||||
|
@ -13,4 +13,4 @@ classnames:
|
|||||||
- render 'reference' do
|
- render 'reference' do
|
||||||
%p
|
%p
|
||||||
This module provides tools to help you with page layout.
|
This module provides tools to help you with page layout.
|
||||||
So far, it's just the <code>sticky-footer</code> mixin.
|
So far, it's just the <code><a href="/docs/reference/compass/layout/sticky_footer/#mixin-sticky-footer">sticky-footer</a></code> mixin.
|
||||||
|
@ -27,10 +27,11 @@ classnames:
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
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)
|
@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")
|
@include sticky-footer(54px, "#my-root", "#my-root-footer", "#my-footer")
|
@ -11,5 +11,4 @@ classnames:
|
|||||||
meta_description: Adds a CSS Reset into your stylesheet.
|
meta_description: Adds a CSS Reset into your stylesheet.
|
||||||
---
|
---
|
||||||
- render 'reference' do
|
- render 'reference' do
|
||||||
%p
|
This module applies the <a href="/docs/reference/compass/utilities/general/reset/#mixin-global-reset">global reset</a> to your stylesheet by simply importing it.
|
||||||
Lorem ipsum dolor sit amet.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user