neu-ts-css-theming
Version:
Lightweight CSS-variables theming with TS helpers for Angular or any web app.
13 lines (12 loc) • 407 B
CSS
/** STYLE: INDEX
* **************************************************
* This file imports all css base styles that can be
* used throughout the application.
*
* * PUBLIC ENTRY:
* --------------------------------------------------
* import this one file from your app to get
* defaults.
* ************************************************** */
/** STYLE: VARIABLES */
@import url("./variables.css");