refactor(theme): styles_new -> styles

This commit is contained in:
Dmitry Nehaychik 2017-06-13 20:56:25 +03:00
parent c31a1b328b
commit b9ca0163ff
8 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
@import '~@nga/theme/styles_new/component';
@import '~@nga/theme/styles/component';
// TODO move colors to theme
@include nga-install-component() {

View file

@ -1,5 +1,5 @@
@import '~@nga/theme/styles_new/all';
@import '~@nga/theme/styles/all';
@include nga-themes-install();
@import '~@nga/auth/styles_new/all';
@import '~@nga/auth/styles/all';
@include nga-auth-install();