Skip to content

mars-ou1991/theme-chalk-css-variable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

element-theme-chalk-css-variable

element component chalk theme by css variable. 通过css变量控制的 element 组件主题

在线预览 / Online preview

Compatibility

CSS Variable 兼容性 https://caniuse.com/css-variables

Installation

npm i element-theme-chalk-css-variable -S

Usage

Use Sass import

@import 'element-theme-chalk-css-variable';

Or Use webpack

import 'element-theme-chalk-css-variable';

Or

<link rel="stylesheet" href="path/to/node_modules/element-theme-chalk/css-variable/lib/index.css">

Import on demand

import 'element-theme-chalk-css-variable/lib/input.css';
import 'element-theme-chalk-css-variable/lib/select.css';

// ...

About

Element theme chalk

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 73.0%
  • CSS 15.2%
  • HTML 11.7%
  • JavaScript 0.1%