Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created June 20, 2018 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/6a8db6a7ca69fc6488b39435fc8af678 to your computer and use it in GitHub Desktop.
Save Wolfr/6a8db6a7ca69fc6488b39435fc8af678 to your computer and use it in GitHub Desktop.
each category in colorCategories
h4= category.name
ul.br-color-swatch-list
each color in category.colors
li.br-color-swatch-item
.br-color-swatch-preview(style=`background-color: ${color.value}`)
.br-color-swatch-data
.swatch-name= color.name
.swatch-value= color.value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment