Theming
├── theme
│ ├── style
│ │ ├── core
│ │ ├── functions
│ │ ├── mixins
│ │ ├── widgets
│ │ ├── _colors.scss
│ │ ├── _core.scss
│ │ ├── _functions.scss
│ │ ├── _mixins.scss
│ │ ├── _variables.scss
│ │ ├── _widgets.scss
│ │ └── theming.scss @mixin matero-admin-theme($theme) {
@include matero-sidenav-theme($theme);
@include matero-topnav-theme($theme);
}
Last updated