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 this:


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

Read the source code to understand what is going on!

Constants

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

Clone this wiki locally