Sha256: 1f4470a1e756d45285da3ba9a08450e0c0f828d5dc15d4d893d3583208fd9f35

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

// ==========
// MODULE
// ==========
$STYLEGUIDE_MODULES_ID: module !default;
$STYLEGUIDE_MODULES: () !default;

@if should-register-component($STYLEGUIDE_MODULES_ID) {
$a-blackhole: styleguide-add-component($STYLEGUIDE_MODULES_ID, $STYLEGUIDE_MODULES, (
  default: (
     background:    nth($CONFIG_TEXTURE_MODULE, 1)
  )
)) !global;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
archetype-theme-1.0.0.alpha.5 stylesheets/archetype/theme/components/_module.scss
archetype-theme-1.0.0.alpha.4 stylesheets/archetype/theme/components/_module.scss
archetype-theme-1.0.0.alpha.3 stylesheets/archetype/theme/components/_module.scss
archetype-theme-1.0.0.alpha.2 stylesheets/archetype/theme/components/_module.scss
archetype-theme-1.0.0.alpha.1 /Users/eoneill/workspace/archetype/extensions/archetype-theme/stylesheets/archetype/theme/components/_module.scss