Sha256: fed492730e5e9422e757ab5b601dc70bdd439af988ac5be27e808c7fe7b66f00

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

- if @parser
  %ul.smurfville-color-list
    - @parser.colors.each do |color_key, color_hash|
      %li{style: "background-color: #{color_key}; color: #{foreground_color(color_key)}"}
        .smurfville-html-color{title: color_hash[:alternate_values].join(", ")}= color_key
        %ul
          - color_hash[:variables].each do |color_var|
            = render partial: "color_var", locals: {color_var: color_var}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smurfville-0.1.2 app/views/smurfville/styleguide/colors.html.haml
smurfville-0.1.1 app/views/smurfville/styleguide/colors.html.haml
smurfville-0.1.0 app/views/smurfville/styleguide/colors.html.haml