Sha256: 07ecf84a11c155527760493aa2b6669f128f5539bfc9b967f64aa5cfb106c2f8

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

@mixin heading($size) {
  font-size: $size;
}

@mixin subheading($size) {
  font-size: $size * $subheading-size-factor;
}

@mixin unordered-list($type) {
  list-style-type: $type;
  ul, ul ul {
    list-style-type: $type;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bones-rails-0.1.0 app/assets/stylesheets/bones/mixins/_typography.scss