how to change theme angular2 sass
未关闭
- 主要语言
- JavaScript
- 星标
- 11.3k
- 派生
- 3k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I will allow a user to choose a theme, basically a set of SASS color variables with the new colors. How would be the best way of going about changing this when the user selects from a drop down in sass file i have 5 theme files how to implement in angular 2
Its possible?
```
@import 'mixins';
@import 'colorSchemes/material';
// @import 'colorSchemes/darktheme';
// @import 'colorSchemes/redtheme';
// @import 'colorSchemes/bluetheme';
// @import 'colorSchemes/Greentheme';
@import 'variables';
Select Theme
material
darktheme
redtheme
bluetheme
Greentheme
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。