Some minor doc content changes
This commit is contained in:
parent
cde4b99e55
commit
ef08276b3c
@ -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
|
||||
|
@ -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 <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>
|
||||
</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)
|
||||
|
||||
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")
|
@ -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 <a href="/docs/reference/compass/utilities/general/reset/#mixin-global-reset">global reset</a> to your stylesheet by simply importing it.
|
||||
|
Loading…
Reference in New Issue
Block a user