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

n8n-io/element-theme-n8n

 
 

Repository files navigation

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';

// ...

About

Element theme chalk

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 73.4%
  • CSS 14.5%
  • HTML 11.0%
  • JavaScript 1.1%