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,5 +1,5 @@
@import '~@nga/theme/styles_new/component';
@import '~@nga/theme/styles_new/global/bootstrap/buttons';
@import '~@nga/theme/styles/component';
@import '~@nga/theme/styles/global/bootstrap/buttons';
@mixin btn-bg($background) {
background-color: $background;