0.1.1 • Published 6 months ago

nuclear-style v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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'