Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ classnames:
In order for these configurable variables to work correctly, you must set the variables
*before* you import the module. For example:

$blueprint-grid-columns = 12
$blueprint-grid-columns : 12
@import "blueprint/grid"

Because of this, it is common to have one or more partials
that set the constants first and get imported before any other
imports in your stylesheet(s). This is commonly referred to as
the "base" stylesheet and is usually named `_base.scss` or `_base.sass`.
the "base" stylesheet and is usually named `_base.scss` or `_base.sass`.