This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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 |






