byashimov / django-controlcenter

Set of widgets to build dashboards for Django projects
BSD 3-Clause "New" or "Revised" License
989 stars 85 forks source link

Dashboard CSS: Fix include order so that colors override correctly #26

Closed PiDelport closed 6 years ago

PiDelport commented 6 years ago

Without this, the styles in chartist.css still end up overriding some of the styles in chartist-material-colors.css, when using CONTROLCENTER_CHARTIST_COLORS = 'material'.