Sha256: 87f4d1703ae1bb4f392dbd8323a3aca8176fe73c0c428608442c73a3c2cf1071

Contents?: true

Size: 1.18 KB

Versions: 25

Compression:

Stored size: 1.18 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
  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

25 entries across 25 versions & 4 rubygems

Version Path
bsherman-compass-0.5.2 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.5.0 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.5.1 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.5.2 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.5.3 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.5.4 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.5.5 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.5.9 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.0 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.1 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.10 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.11 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.12 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.13 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.14 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.15 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.2 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.3 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.4 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
chriseppstein-compass-0.6.5 frameworks/compass/stylesheets/compass/utilities/general/_reset.sass