|
|
1 рік тому | |
|---|---|---|
| .. | ||
| scss | d13dc7b1ae fix: fix firfox/safari dark mode style error when use :host-context | 1 рік тому |
| README.md | 1793a09ddf docs: update readme force lerna detech | 3 роки тому |
| package.json | 083b1f5da4 v2.65.2-alpha.1 | 1 рік тому |
The default theme package of Semi Design.
By default, the theme package will be automatically installed as dependence of @douyinfe/semi-foundation.
You can make a custom theme through Semi Design System.
├── package.json
├── scripts // Relevant compilation script
│ ├── build-css.js
│ └── processor.js
├── scss
│ ├── _font.scss // Font-related scss mixin
│ ├── _palette.scss // Global original color palette(css variable)
│ ├── global.scss // Global Design Token(css variable, including light and dark mode)
│ ├── index.scss // Entry
│ ├── mixin.scss // Extra mixin(e.g, shadow)
│ └── variables.scss // Sizing,spacing,zindex and font related design token
└── semi.scss // Unified compilation entry for node-sass or dart-sass consumption
MIT

