Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 510 Bytes

Element CSS Theme Replace

--说明:本插件基于Element2.x版本默认的主题更改

--原理:通过把默认的主题色替换成CSS中的变量来进行主题切换

使用说明

<!-- webpack插件引入 -->
<!-- primary代表的是变量名,默认primary -->
new ElementCssReplaced();
<!-- 另外,在lib文件下提供setTheme方法,来进行更换主题 -->
<!-- 引入 -->
import {setTheme} from "element-theme-css/lib";
<!-- 使用设置颜色 #000 #000000 red -->
setTheme("#000000");