Sha256: 3b25ba6c955a08dab55c11f8b0af81b2cc601f7df2054f078ce90426123a7ed9
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 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 { @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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
capucine-0.1.7 | content/shared/sass/_main.scss |
capucine-0.1.6 | content/shared/sass/_main.scss |
capucine-0.1.5 | content/shared/sass/_main.scss |