Sha256: 3f76f61b368ce63a3e0a8e71b6d8b1dfe3393e233efcf084a692695657e77fc2

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

/* baseline */
@include establish-baseline;

/* apply a natural box layout model to all elements */
* { @include box-sizing(border-box); }

/* styyyling */
body {
  background: $bg-color;
  color: $black;
  font: {
    family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    weight: 400;
  }
  padding: 0;
  text-rendering: optimizeLegibility;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hullapp-0.0.1.1 templates/ruby/application/assets/stylesheets/partials/_base.scss
hullapp-0.0.1 templates/ruby/application/assets/stylesheets/partials/_base.scss