|
před 1 měsícem | |
---|---|---|
.. | ||
scss | 2ac586be39 Fix:resize group bugs (#2551) | před 11 měsíci |
README.md | 1793a09ddf docs: update readme force lerna detech | před 3 roky |
package.json | 0c83570b17 v2.87.0-beta.0 | před 1 měsícem |
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