Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 632 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 632 Bytes

element-theme-n8n

element component chalk theme by css variable.

Online preview

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/lib/input.css';
import 'element-theme-n8n/lib/select.css';

// ...