|
3 năm trước cách đây | |
---|---|---|
.. | ||
scss | b35d99d720 style: a11y theme update (#661) | 3 năm trước cách đây |
README.md | 0b184d5fad docs: update ssemi-theme-default readme img url | 3 năm trước cách đây |
package.json | 5c0370819f v2.10.4 | 3 năm trước cách đây |
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