Sha256: a7c0434434da9b94be1667fa3f01c41172969e7e19209f36875970c5687e9a3a

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

* {
  font-family: $default-font-family;
  font-size: $default-font-size;
  font-weight: $default-font-weight;
  color: $default-color;
  line-height: $default-line-height;
}

.container {
  max-width: $container-width;
  margin: auto;
  padding: $container-padding;
  @include clearfix;
  clear: both;
  display: block;
}

hr {
  border: none;
  background: $hr-color;
  margin: $hr-margin;
  height: $hr-height;
}

div {
  box-sizing: border-box;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bones-rails-0.1.0 app/assets/stylesheets/bones/partials/_globals.scss