Sha256: 9feabb2e15800030336d36207bbba1f44ed944f4ccbb3d0a87aa6ce6b541a976

Contents?: true

Size: 621 Bytes

Versions: 1

Compression:

Stored size: 621 Bytes

Contents

@keyframes tada
  0%
    transform: scale(1)
  10%, 20%
    transform: scale(.9) rotate(-3deg)
  from, to
    background: scale(.5)


// 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

1 entries across 1 versions & 1 rubygems

Version Path
stylus-source-0.22.1 vendor/testing/test.styl