holography / holograph

Holograph parses the comments in your CSS and turns them into a beautiful style guide.
MIT License
8 stars 3 forks source link

Colour palette support #2

Closed chicgeek closed 8 years ago

chicgeek commented 8 years ago

Ability to add colour palettes, sortable and categorisable as any other page.

No planned support for complex colour variables, including colour variables defined by other variables and colours requiring CSS compilation:

$brand-main: $blue;
$brand-light: darken($base-primary, 10%)
chicgeek commented 8 years ago

Work completed with https://github.com/blongden/holograph/commit/4c4f62222f3fb6473ed9e2e1671f575c4d6a56fc .

Documentation outstanding.

chicgeek commented 8 years ago

Documentation complete with https://github.com/blongden/holograph/commit/52ba6f0b92d6f92de32abec093ff94a807569a37 .