mapbox / assembly

Making the hard parts of designing for the web easy.
https://www.mapbox.com/assembly/
134 stars 27 forks source link

Building color variations #286

Closed davidtheclark closed 7 years ago

davidtheclark commented 7 years ago

278 and some other tickets point to a few important things:

To fix this, let's create a build system that ships with Assembly. The pre-built CSS file includes only a limited number of color variations, hand-picked by our resident experts. If you want more or fewer color variations, you can create a configuration object specifying which colors you want, for which components, and we'll create the CSS file you need.

Besides saving bites without limiting flexibility, dynamic generation of all the color variations will be more complete, less error-prone.

davidtheclark commented 7 years ago

Closed by #300.