neu-ts-css-theming
Version:
Lightweight CSS-variables theming with TS helpers for Angular or any web app.
15 lines (13 loc) • 578 B
CSS
/** STYLES: VARIABLES > COLORS > THEME
* **************************************************
* The variables in this section are related to
* theme colors.
*
* The colors are defined in the following format:
* --------------------------------------------------
* "--app-theme-"
* ************************************************** */
/** STYLE: VARIABLES > COLORS > THEMES > FILLED */
@import url('./themes/themes.colors.filled.variables.css');
/** STYLE: VARIABLES > COLORS > THEMES > RGB-CODES */
@import url('./themes/themes.colors.rgb-codes.variables.css');