Sha256: 556e7fca8e42dc102cd275a69eccb9413f02092c4994c6f46a27681f89d041f0

Contents?: true

Size: 455 Bytes

Versions: 22

Compression:

Stored size: 455 Bytes

Contents

body
  color: black
  background: @color

mixin()
  background: @color

body
  color: red
  mixin()

body
  color: white
  ul
    li
      background: @color

one()
  height: 12px
  two()

two()
  color: @background-color
  font-size: @height

body
  background-color: #eee
  one()

body
  color: red
  ul
    li
      color: blue
      a
        background-color: @color

ul
  color: #ff0
  li
    color: @color - #0f0

ul
  li
    color: @color == null

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
stylus-source-0.23.0 vendor/test/cases/property-access.bubble.styl
stylus-source-0.22.6 vendor/test/cases/property-access.bubble.styl
stylus-source-0.22.5 vendor/test/cases/property-access.bubble.styl
stylus-source-0.22.4 vendor/test/cases/property-access.bubble.styl
stylus-source-0.22.3 vendor/test/cases/property-access.bubble.styl
stylus-source-0.22.2 vendor/test/cases/property-access.bubble.styl
stylus-source-0.22.1 vendor/test/cases/property-access.bubble.styl
stylus-source-0.22.0 vendor/test/cases/property-access.bubble.styl
stylus-source-0.21.2 vendor/test/cases/property-access.bubble.styl
stylus-source-0.21.1 vendor/test/cases/property-access.bubble.styl
stylus-source-0.21.0 vendor/test/cases/property-access.bubble.styl
stylus-source-0.20.1 vendor/test/cases/property-access.bubble.styl
stylus-source-0.20.0 vendor/test/cases/property-access.bubble.styl
stylus-source-0.19.8 vendor/test/cases/property-access.bubble.styl
stylus-source-0.19.7 vendor/test/cases/property-access.bubble.styl
stylus-source-0.19.6 vendor/test/cases/property-access.bubble.styl
stylus-source-0.19.5 vendor/test/cases/property-access.bubble.styl
stylus-source-0.19.4 vendor/test/cases/property-access.bubble.styl
stylus-source-0.19.3 vendor/test/cases/property-access.bubble.styl
stylus-source-0.19.2 vendor/test/cases/property-access.bubble.styl