ngx-admin/src/app/@theme/styles/pure/pure.theme.scss

12 lines
279 B
SCSS
Raw Normal View History

2017-04-28 15:11:22 +03:00
@import 'variables';
@import '../components';
2017-04-28 15:11:22 +03:00
@import 'overrides/all';
2017-04-17 19:01:47 +03:00
2017-04-26 08:59:57 +03:00
@import '~@nga/theme/styles/themes/nga.theme.default';
2017-04-28 15:11:22 +03:00
$theme-name: 'pure';
@include nga-theme($theme-name) {
@include nga-theme-overrides($theme-name);
@include custom-components-theme($theme-name);
}