Sha256: c13aa8726f82d7eea769cd58beced15b19e23e1c9c69b880940648f36b9e1c6f

Contents?: true

Size: 913 Bytes

Versions: 268

Compression:

Stored size: 913 Bytes

Contents

!yellow = #fc0

=bordered
  :border
    :top
      :width 2px
      :color = !yellow
    :left
      :width 1px
      :color #000
  -moz-border-radius: 10px

=header-font
  :color #f00
  :font
    :size 20px

=compound
  +header-font
  +bordered

=complex
  +header-font
  text:
    decoration: none
  &:after
    content: "."
    display: block
    height: 0
    clear: both
    visibility: hidden
  * html &
    height: 1px
    +header-font
=deep
  a:hover
    :text-decoration underline
    +compound


#main
  :width 15em
  :color #0000ff
  p
    +bordered
    :border
      :style dotted
      :width 2px
  .cool
    :width 100px

#left
  +bordered
  :font
    :size 2em
    :weight bold
  :float left

#right
  +bordered
  +header-font
  :float right

.bordered
  +bordered

.complex
  +complex

.more-complex
  +complex
  +deep
  display: inline
  -webkit-nonsense:
    top-right: 1px
    bottom-left: 1px

Version data entries

268 entries across 267 versions & 14 rubygems

Version Path
merbjedi-haml-2.1.0 test/sass/templates/mixins.sass
radiant-0.6.7 vendor/plugins/haml/test/sass/templates/mixins.sass
radiant-0.6.8 vendor/plugins/haml/test/sass/templates/mixins.sass
radiant-0.6.9 vendor/plugins/haml/test/sass/templates/mixins.sass
radiant-0.7.0 vendor/plugins/haml/test/sass/templates/mixins.sass
radiant-0.7.1 vendor/plugins/haml/test/sass/templates/mixins.sass
radiant-0.8.0 vendor/plugins/haml/test/sass/templates/mixins.sass
spree-0.8.0 vendor/gems/haml-2.1.0/test/sass/templates/mixins.sass