Sha256: 1fbd9b25308167c835ae8a987b5239eec7ed10195957dcb5136de11be5e12923
Contents?: true
Size: 594 Bytes
Versions: 2
Compression:
Stored size: 594 Bytes
Contents
@keyframes something // foo from // foo background: white // foo to background: black // block @content, mixins with blocks // media bubbling // @extend // .sidebar { // width: 300px; // @media screen and (orientation: landscape) { // &.right { // width: 500px; // } // } // // @media print { // display: none; // } // } // @media screen { // .sidebar { // @media (orientation: landscape) { // .something { // width: 500px; // } // } // } // } // @media normal { // body { // stuff: 'here'; // } // }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stylus-source-0.22.3 | vendor/testing/test.styl |
stylus-source-0.22.2 | vendor/testing/test.styl |