Sha256: 50e59504fc1485c7b609486820334a5ff7eac19e1be4d94e46d9ed381ceb862a

Contents?: true

Size: 501 Bytes

Versions: 10

Compression:

Stored size: 501 Bytes

Contents

// @include font-face('my_font',font-files('../fonts/my_font.ttf', truetype, '../fonts/my_font.otf', opentype), '../fonts/my_font.eot')

$WIDTH_MIN: 320px;
$WIDTH_MAX: 960px;

$FONT_0: "Lucida Grande", "Tahoma", Arial, sans-serif;
$COLOR_0: #111;


body {
  font: normal 12px $FONT_0;
  color: $COLOR_0;
}

a, .pressed { @include pressed-effect;}

p, b, strong, i, blockquote {line-height: 1.5em;}

.wrap {
  @include centerX;
  @include min-max-width($WIDTH_MIN, $WIDTH_MAX);
}

Version data entries

10 entries across 6 versions & 1 rubygems

Version Path
capucine-0.2.5 content/shared/sass/_main.scss
capucine-0.2.5 examples/with-sass-and-compass/sass/_main.scss
capucine-0.2.5 examples/with-all/sass/_main.scss
capucine-0.2.4 examples/with-all/sass/_main.scss
capucine-0.2.4 content/shared/sass/_main.scss
capucine-0.2.4 examples/with-sass-and-compass/sass/_main.scss
capucine-0.2.3 content/shared/sass/_main.scss
capucine-0.2.2 content/shared/sass/_main.scss
capucine-0.2.1 content/shared/sass/_main.scss
capucine-0.2.0 content/shared/sass/_main.scss