Skip to content

Blueprint Documentation: Fancy Type Module

unthinkingly edited this page Sep 13, 2010 · 7 revisions

Source

See the Fancy Type Module.

Importing

To import the Blueprint Colors Module to any Sass File:

@import blueprint/modules/fancy_type.sass

Then you have to mix it in:


      body
        +fancy-type

You get some styles to mix in and some very interesting tools — check out the source code to see what it does!

Here is part of the source code:


=fancy-type
  +fancy-paragraphs
  .caps
    +caps
  .dquo
    +dquo
  .alt
    +alt

Constants

All of the Blueprint Color constants can be overridden. For details on overriding constants see Overriding Constants.

Clone this wiki locally