public
Description: Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Home | Edit | New

Compass Core: Reset Module

The Reset module provides mixins that allow you to reset your html so that every element has browser-supplied no styling. The source of the reset module can be found here.

Importing

To import the Compass Reset Module to any Sass File:


@import compass/reset

This will automatically add reset styles to the generated css.

Style Mixins

Style mixins provide styles that can be mixed into any selector.

+reset Base reset mixin – can be used to reset any element for which a more specific reset doesn’t exist
+reset-quotation Resets blockquote and q tags
+reset-table-cell Resets th, td and caption tags
+reset-table Resets the table tag
+reset-body Reset the body tag
Last edited by ybakos, Sun Aug 09 17:08:38 -0700 2009
Home | Edit | New
Versions: