Sha256: 9cb88b5986f46c349aeed8f66d257b8d54bba115967f19ac339b2b95605e8404

Contents?: true

Size: 808 Bytes

Versions: 24

Compression:

Stored size: 808 Bytes

Contents

vendor(prop, args)
  -webkit-{prop} args
  -moz-{prop} args
  {prop} args

border-radius()
  vendor('border-radius', arguments)

#login
  border-radius 1px 2px / 3px 4px

body
  prop = 'something'
  foo bar
  foo-{prop} foo
  foo-{prop}-bar foo
  {prop}-foo foo
  {prop} foo

body
  {'test' + '-stuff'}-yup awesome
  -webkit-{border-radius} awesome
  -webkit-{box-shadow} awesome

testing(var, one, two)
  {var}

body
  foo testing('one', 1, 2)
  foo testing('two', 1, 2)

body
  nested(prop)
    -webkit-{prop} foo
    {prop} foo
    form input
      -webkit-{prop} foo
      {prop} foo
      p
        {prop} foo
  nested('something')

top-right()
  position absolute
  top 0
  right 0

foo(ret)
  ret

body
  foo-{foo('test')}-baz bar
  foo-{foo('test')} bar
  {foo('test')} bar
  {foo('top')}-right bar

Version data entries

24 entries across 24 versions & 1 rubygems

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