[Docs] Update the docs for the text module
This commit is contained in:
parent
2754f2df48
commit
e13026b8a0
@ -13,4 +13,4 @@ classnames:
|
||||
---
|
||||
- render 'reference' do
|
||||
%p
|
||||
Lorem ipsum dolor sit amet.
|
||||
Utilities for managing text.
|
||||
|
@ -1,15 +1,19 @@
|
||||
---
|
||||
title: Compass Ellipsis
|
||||
title: Truncating Text with Ellipses
|
||||
crumb: Ellipsis
|
||||
framework: compass
|
||||
stylesheet: compass/utilities/text/_ellipsis.scss
|
||||
layout: core
|
||||
nav_stylesheet: compass/_utilities.scss
|
||||
meta_description: Text truncation with ellipsis.
|
||||
classnames:
|
||||
- reference
|
||||
- core
|
||||
- utilities
|
||||
---
|
||||
- render 'reference' do
|
||||
%p
|
||||
Lorem ipsum dolor sit amet.
|
||||
:markdown
|
||||
There is an XML file that must be installed into your stylesheet
|
||||
directory in order for this utility to work correctly. To install it:
|
||||
|
||||
compass install compass/ellipsis
|
||||
|
@ -1,9 +1,10 @@
|
||||
---
|
||||
title: Compass Nowrap
|
||||
crumb: Nowrap
|
||||
title: Compass No Wrap
|
||||
crumb: No Wrap
|
||||
framework: compass
|
||||
stylesheet: compass/utilities/text/_nowrap.scss
|
||||
layout: core
|
||||
meta_description: Remembering whether or not there's a hyphen in white-space is too hard.
|
||||
nav_stylesheet: compass/_utilities.scss
|
||||
classnames:
|
||||
- reference
|
||||
@ -12,4 +13,4 @@ classnames:
|
||||
---
|
||||
- render 'reference' do
|
||||
%p
|
||||
Lorem ipsum dolor sit amet.
|
||||
Remembering whether or not there's a hyphen in white-space is too hard.
|
||||
|
@ -1,15 +1,14 @@
|
||||
---
|
||||
title: Compass Replacement
|
||||
crumb: Replacement
|
||||
title: Compass Text Replacement
|
||||
crumb: Text Replacement
|
||||
framework: compass
|
||||
stylesheet: compass/utilities/text/_replacement.scss
|
||||
layout: core
|
||||
meta_description: Replace text with images.
|
||||
nav_stylesheet: compass/_utilities.scss
|
||||
classnames:
|
||||
- reference
|
||||
- core
|
||||
- utilities
|
||||
---
|
||||
- render 'reference' do
|
||||
%p
|
||||
Lorem ipsum dolor sit amet.
|
||||
= render 'reference'
|
@ -1,3 +1,2 @@
|
||||
// When remembering whether or not there's a hyphen in white-space is too hard
|
||||
@mixin nowrap {
|
||||
white-space: nowrap; }
|
||||
@mixin nowrap { white-space: nowrap; }
|
||||
|
Loading…
Reference in New Issue
Block a user