File: compass.haml

package info (click to toggle)
ruby-compass 0.12.2~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,308 kB
  • sloc: ruby: 10,474; makefile: 42; xml: 14
file content (23 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Compass Core Framework
crumb: Compass Core
framework: compass
stylesheet: _compass.scss
classnames:
  - reference
  - core
meta_description: The Compass Core Framework.
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
%em You can import these yourself if you want to use them.
%ol
  %li= render "partials/reference/import", :import => "compass/_layout.scss"
  %li= render "partials/reference/import", :import => "compass/_reset.scss"