Skip to content

variables & mixins

neoFelhz edited this page Apr 24, 2017 · 6 revisions

variables 变量

按定义顺序排序

$material-colors

material 颜色定义

$name-prefix

类名前缀。

.#{$name-prefix}component-name {
  ...
}

$font

字体

$primary-text-color

默认文字颜色

$radius-base

默认圆角半径

$transition-base

默认 css 过渡

Button

$Button-radius

Button 圆角半径

$Button-base-height

Button 默认高度

$Button-base-min-width

Button 默认最小宽度

mixins 函数

box_shadow ($level)

按定义顺序排序

$level: 1~5 之间的等级

输出 box-shadow