mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
643 B
643 B
element-theme-n8n
element component chalk theme by css variable.
Compatibility
CSS Variable https://caniuse.com/css-variables
Installation
npm i element-theme-n8n -S
Usage
Use Sass import
@import "element-theme-n8n";
Or Use webpack
import "element-theme-n8n";
Or
<link
rel="stylesheet"
href="path/to/node_modules/element-theme-chalk/css-variable/lib/index.css"
/>
Import on demand
import "element-theme-n8n/dist/input.css";
import "element-theme-n8n/dist/select.css";
// ...