UNPKG

neu-ts-css-theming

Version:

Lightweight CSS-variables theming with TS helpers for Angular or any web app.

8 lines (7 loc) 279 B
/** STYLE: THEMES * ************************************************** * This file imports all css themes that can be * used throughout the application. * ************************************************** */ /** STYLE: THEMES > APP */ @import url("./themes/app.theme.css");