Sha256: 21607fafe5af06dbe7a3dc68b7d72bbd3b0ac008ea3f718cb2939c6c3b18a1f5

Contents?: true

Size: 1.34 KB

Versions: 27

Compression:

Stored size: 1.34 KB

Contents

// Global reset rules.
// For more specific resets, use the reset mixins provided below
=blueprint-global-reset
  html, body
    +blueprint-reset
  +blueprint-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.
=blueprint-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
    +blueprint-reset
  blockquote, q
    +blueprint-reset-quotation
  th, td, caption
    +blueprint-reset-table-cell
  table
    +blueprint-reset-table
  a img
    :border none

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

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

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

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

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

Version data entries

27 entries across 27 versions & 4 rubygems

Version Path
alphasights-compass-0.8.12 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.7.0 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.0 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.1 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.10 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.11 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.12 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.13 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.14 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.15 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.16 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.17 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.2 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.3 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.4 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.5 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.6 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.7 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.8 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
chriseppstein-compass-0.8.9 frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass