Sha256: 54c9ff12fe98fd16f94c0b28af12a824aeae386e2abfe1b7041e2641e284b6ee

Contents?: true

Size: 837 Bytes

Versions: 17

Compression:

Stored size: 837 Bytes

Contents

// ==========
// PULLQUOTES
// ==========
$STYLEGUIDE_PULLQUOTES_ID: pullquote !default;
$STYLEGUIDE_PULLQUOTES: () !default;

@if not styleguide-component-exists($STYLEGUIDE_PULLQUOTES_ID, $CONFIG_THEME) {
$a-blackhole: styleguide-add-component($STYLEGUIDE_PULLQUOTES_ID, $STYLEGUIDE_PULLQUOTES, (
  (default, (
    font-size           nth($CONFIG_FONT_PULLQUOTE_MEDIUM, 1),
    line-height         nth-cyclic($CONFIG_FONT_PULLQUOTE_MEDIUM, 2),
    color               nth($CONFIG_COLOR_STRONG, 1),
    font-family         serif,
    font-style          italic
  )),
  (in-dark, (
    color               nth-cyclic($CONFIG_COLOR_STRONG, 2),
    text-shadow         nth-cyclic($CONFIG_SHADOW_COPY, 2)
  )),
  (in-bristol, (
    inherit (in-dark),
    nil
  )),
  (in-punchcut, (
    inherit (in-dark),
    nil
  ))
), $CONFIG_THEME);
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
archetype-0.0.1.pre.13 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.12 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.11 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.10 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.9 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.8 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.7 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.6 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.5 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.4 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.3.90263a7 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.3.6ed259b stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.3.f9dde24 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.3.00dfd9a stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.3.83f0d7a stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.3.55c4182 stylesheets/archetype/styleguide/components/_pullquotes.scss
archetype-0.0.1.pre.3.811928f stylesheets/archetype/styleguide/components/_pullquotes.scss