compass/doc-src/content/reference/compass.haml

27 lines
709 B
Plaintext
Raw Normal View History

---
2010-02-03 16:16:12 +00:00
title: Compass Core Framework
crumb: Compass Core
framework: compass
2010-04-12 09:46:33 +00:00
stylesheet: _compass.scss
classnames:
- reference
2010-04-21 16:03:13 +00:00
- core
meta_description: The Compass Core Framework.
2010-04-21 05:43:25 +00:00
layout: core
---
- render 'reference' do
%p
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
2010-04-12 09:46:33 +00:00
= render "partials/reference/import", :import => "compass/_layout.scss"
= render "partials/reference/import", :import => "compass/_reset.scss"
= render "partials/reference/import", :import => "compass/_misc.scss"