nuclear-style
v0.1.1
Published
nuclear-style 通用布局样式库
Downloads
7
Readme
nuclear-style
nuclear-style 提供通用布局样式库
Usage
npm install nuclear-style -S
Quick Start
导入css样式
import 'nuclear-style/dist/index.css';
// or
import 'nuclear-style/dist/index.min.css';
导入scss样式
import 'nuclear-style/index.scss';
覆盖默认变量
// ./variables.scss
/*
* 定义主题色变量
*/
$themeColorMap: (
primary: #0D6DFD,
success: #198753,
warning: #ffc007,
error: #dd3444,
info: #12caf0,
) !default;
import 'nuclear-style/index.scss';
import './variables.scss'