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

11 lines
246 B
SCSS
Raw Normal View History

@import 'pure.variables';
@import '../components';
@import 'nga-redefines/redefines';
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-26 08:59:57 +03:00
@include nga-theme('pure') {
@include nga-theme-redefines();
@include custom-components-theme();
}