2010-01-28 07:47:00 +00:00
|
|
|
---
|
2010-02-03 16:16:12 +00:00
|
|
|
title: Compass Core Framework
|
|
|
|
crumb: Compass Core
|
2010-01-28 07:47:00 +00:00
|
|
|
framework: compass
|
|
|
|
stylesheet: _compass.sass
|
|
|
|
classnames:
|
|
|
|
- reference
|
2010-03-28 06:22:40 +00:00
|
|
|
meta_description: The Compass Core Framework.
|
2010-01-28 07:47:00 +00:00
|
|
|
---
|
|
|
|
- render 'reference' do
|
|
|
|
%p
|
2010-03-28 06:23:45 +00:00
|
|
|
The compass core framework is a design-agnostic framework that
|
|
|
|
provides common code that would otherwise be duplicated across
|
|
|
|
other frameworks and extensions.
|
|
|
|
|
|
|
|
%h2 Non Imported Modules
|
|
|
|
|
|
|
|
%p
|
|
|
|
You can import these yourself if you want to use them.
|
|
|
|
%ul
|
|
|
|
= render "partials/reference/import", :import => "compass/_layout.sass"
|
|
|
|
= render "partials/reference/import", :import => "compass/_reset.sass"
|
|
|
|
= render "partials/reference/import", :import => "compass/_misc.sass"
|
|
|
|
|