Sha256: 5af5c69a842544b90b94a43ce0c3bf7733aacf96597a6ac4ad560015c767a0e8

Contents?: true

Size: 1.21 KB

Versions: 13

Compression:

Stored size: 1.21 KB

Contents

// Global reset rules.
// For more specific resets, use the reset mixins provided below
=global-reset
  html, body
    +reset
  +nested-reset

// Reset all elements within some selector scope.To reset the selector itself,
// mixin the appropriate reset mixin for that element type as well. This could be
// useful if you want to style a part of your page in a dramatically different way.
=nested-reset
  div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
  pre, a, abbr, acronym, address, code, del, dfn, em, img,
  dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
    +reset
  body
    :line-height 1.5
  blockquote, q
    +reset-quotation
  th, td, caption
    +reset-table-cell
  table
    +reset-table
  a img
    :border none

=reset-box-model
  :margin 0
  :padding 0
  :border 0

=reset
  +reset-box-model
  :font
    :weight inherit
    :style inherit
    :size 100%
    :family inherit
  :vertical-align baseline

=reset-quotation
  +reset
  :quotes "" ""
  &:before,
  &:after
    :content ""

=reset-table-cell
  +reset
  :text-align left
  :font-weight normal
  :vertical-align middle

=reset-table
  +reset
  :border-collapse separate
  :border-spacing 0
  :vertical-align middle

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
arnebrasseur-compass-0.3.5.1 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
arnebrasseur-compass-0.3.5 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.3.2 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.3.3 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.3.4 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.3.6 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.3.7 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.3.8 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.3.9 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.4.0 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.4.1 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.4.2 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
jsmestad-compass-0.4.2.1 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass