This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
wcui/src/css/var.scss

13 lines
344 B
SCSS

$ct: #19b491 #3fc2a7 #16967a;
$cg: #2ecc71 #58d68d #27ae60;
$cpp: #9b59b6 #ac61ce #8e44ad;
$cb: #2d8dd6 #52a3de #2776b1;
$cr: #e34235 #e96458 #be382d;
$co: #f39c12 #ffb618 #e67e22;
$cp: #e7e8eb #ecf0f1 #bdc3c7;
$cgr: #8a9b9c #98acae #748182;
$cnb: #526273 #62778d #34495E;
@mixin ts($c: all, $t: .2s, $m: ease-in-out){
transition:$c $t $m;
}
wcui是一套基于`Web Components`的UI组件库, 宗旨是追求简单、实用、不花哨。
JavaScript 95.2%
CSS 4.8%