Compass Core Framework

The compass core framework is a design-agnostic framework that provides common code that would otherwise be duplicated across other frameworks and extensions.

This file can be imported using: @import "compass"

View the Source for this module on Github.

Imports

The following sass files are automatically imported when you import this file:

  1. CSS3 – Provides cross browser CSS3 mixins that take advantage of available pre-spec vendor prefixes.
  2. Utilities – Provides basic mixins for common styling patterns.

Non Imported Modules

You can import these yourself if you want to use them.

  • Layout – Page layout module. So far, this is just the sticky-footer mixin.
  • Reset – Adds a CSS Reset into your stylesheet.