Sha256: c6915c3be39c83fb7226897228e787fba8face06ca7f16c3856e28a24bf7b7bd

Contents?: true

Size: 321 Bytes

Versions: 9

Compression:

Stored size: 321 Bytes

Contents

$books : (
  "orwell" : (
    colour : "success"
  ),
  "woolf" : (
    colour : "error"
  )
);

@each $book, $map in $books {
  @include ThemeBook ($book, map-get($map,colour));
  @include ThemeCover ($book, false, map-get($map,colour));
  @include ThemePages ($book, false, map-get($map,colour), map-get($map,info));
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
futuro-1.1.8 _sass/helpers/themes.scss
futuro-1.1.7 _sass/helpers/themes.scss
futuro-1.1.6 _sass/helpers/themes.scss
futuro-1.1.5 _sass/helpers/themes.scss
futuro-1.1.4 _sass/helpers/themes.scss
futuro-1.1.3 _sass/helpers/themes.scss
futuro-1.1.2 _sass/helpers/themes.scss
futuro-1.1.1 _sass/helpers/themes.scss
futuro-1.1.0 _sass/helpers/themes.scss