PRX / styleguide.prx.org

Styleguide and components for PRX front end apps
MIT License
2 stars 1 forks source link

Convert color options to themed names #142

Open rpeterman-gp opened 5 years ago

rpeterman-gp commented 5 years ago

To ease theme changes, convert color options to themed names, such as "primary", "secondary", "danger", "success", etc., instead of specific color names, "blue", "orange", "red", "green", etc.

Example: <prx-button color="primary"></prx-button> not <prx-button color="blue"></prx-button>