Sha256: 3cacfc2a37efc2e15bf55e8a9b2ea9e723258212e4db2fffa2fdb5428477d381

Contents?: true

Size: 292 Bytes

Versions: 24

Compression:

Stored size: 292 Bytes

Contents

hover()
  &:hover {
    color: white;
    background: black;
    em {
      color: gray;
    }
  }
  &:active {
    color: black;
    background: white;
  }


button(pad)
  button,
  a.button,
  input[type=submit],
  input[type=button] {
    padding: pad;
    hover();
  }

button(5px 10px);

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
stylus-source-0.19.1 vendor/test/cases/css.mixins.root.styl
stylus-source-0.19.0 vendor/test/cases/css.mixins.root.styl
stylus-source-0.18.0 vendor/test/cases/css.mixins.root.styl
stylus-source-0.17.0 vendor/test/cases/css.mixins.root.styl