Sha256: 4dae3bb9f20cfc4af3067110506b833114b154b8e11be4b75e8bc2b780ed4678

Contents?: true

Size: 674 Bytes

Versions: 1

Compression:

Stored size: 674 Bytes

Contents

button
  padding: 10px
  border: 1px solid #eee
  font-size: 12px

a.button
input[type=submit]
  @extends button

.button
  @extends a.button

// TODO: with multiple definitions of the .message should work... etc

// .error
//   border: 1px #f00
// 
// .serious-error
//   @extend .error
//   border-width: 3px
// 
// .critical-error
//   @extend .serious-error
//   position: fixed
//   top: 10%
//   left: 10%

// TODO: ^ should add .critical-error to .error

// #content
//   .dialog
//     h1
//       font-size: 22px
//     p
//       padding: 5px

// #content
//   .window
//     h1
//       @extends #content .dialog h1

// TODO: ^ doesn't compile without properties

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stylus-source-0.22.3 vendor/testing/extend.styl