PostCSS / Sass 适用
https://github.com/egoist/color-preset
@import "color-preset";
.title {
color: $deep-green;
background-color: $gray-400;
}
PostCSS / Sass 适用
https://github.com/egoist/color-preset
@import "color-preset";
.title {
color: $deep-green;
background-color: $gray-400;
}
1
sox OP 写错了,没有 deep-green 应该是 light-green 😂
|
2
NemoAlex May 21, 2016 via iPhone
个人认为配色方面是 material design 最差的地方…
|