compass/examples/blueprint_semantic/stylesheets/screen.sass
Andrew Vit 278cda2ed6 Backward Incompatible Change: Removed unnecessary html/body scoping for reset rules and made reset.sass a standalone stylesheet.
To perform a reset, simply @import compass/reset.sass

To perform a selective reset, you should @import compass/utilities/general/reset.sass which will provide
reset mixins without defining any css rules.
2008-10-03 08:23:30 -07:00

69 lines
1022 B
Sass

@import blueprint/screen.sass
@import blueprint/modules/fancy_type.sass
@import blueprint/modules/scaffolding.sass
@import compass/reset.sass
.container
+container
body.blueprint
+blueprint-typography
html &
+body-margins
hr
+colruler
hr.space
+colspacer
img#w3c
:margin-top 0
:padding-top 0
body#index
#page-header
+span(6)
#files-header
+span(8)
#description-header
+span(10)
#info
+box
ul
:margin-bottom 0
:padding-bottom 0
body#sample
+fancy-paragraphs
h2
+alt
#first-box
+column(7)
+colborder
#another-box
+column(8)
+colborder
#aligned-box
+column(7, last)
#main
+column(15)
+prepend(1)
+colborder
img#test
+pull(1)
:margin-top 0
:padding-top 0
em.caps
+reset
+caps
#nested-1
+column(7)
+colborder
#nested-2
+column(7, last)
#sidebar
+column(7, last)
h3
em
+reset
+alt
#parting-thought
+alt