mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
.. | ||
src | ||
docs.css | ||
index.html | ||
README.md |
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';
// ...