Sha256: 531638aef23c9112527b5c6d3ee04b28d5720811556c2e81248c4ac380fd314d
Contents?: true
Size: 749 Bytes
Versions: 1
Compression:
Stored size: 749 Bytes
Contents
foo() @media only screen and (max-width: 900px) foo: 'bar' something bar: 'baz' @media only print hey: 'there' body foo() // #main // margin: 0 auto // @media (min-width: 480px) // & // padding: 0 .5em // print() // error('block required') unless block // @media print { // & { // block // } // } // // body // foo: bar // print() // background: white // #header // display: none // mixin() // if block // .nested // block // else // no: "block was given" // // body // one: 1 // mixin() // two: 2 // three: 3 // mixin() // // li(n) // ul li:nth-child({n}) // block // // li(1) // display: none // // ^-- broken
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stylus-source-0.26.0 | vendor/testing/small.styl |