Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Move type readme to doc folder and sym link for template README.md [#125
Browse files Browse the repository at this point in the history
]
  • Loading branch information
ebollens committed Oct 16, 2012
1 parent 7c96826 commit 9acb74f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/modules/base/Type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Base/Block

## Definition

This library provides several helper utilities related to text styling. The
classes described in this module may be applied to any element and will style
text contained within accordingly, including inheriting into all children
except where the HTML specification does not allow inheritance from parent
elements.

## Usages

The `Base/Type/Align` library provides helper classes that modify the alignment
of type within contained elements.

## Features

### Base/Type/Align

* `.text-left` applies left-alignment to text
* `.text-center` applies center-alignment to text
* `.text-right` applies right-alignment to text
* `.text-justify` applies justified-alignment to text

## Responsive Considerations

None

0 comments on commit 9acb74f

Please sign in to comment.