asciimoo / cssplot

Pure CSS charts
https://asciimoo.github.io/cssplot
Other
782 stars 46 forks source link

Extracted default colors into a separate file #7

Closed kantord closed 10 years ago

kantord commented 10 years ago

To make the chart display logic less bound to the style of display (e.g. color), I've separated the default colors to 'defaults.less'. This enables the users to use their own building process to compile with their own stylesheets without adding redundant overrides to cssplot rules.