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 還沒有評估資料。