refactor(hs forms): move duplicated styles into mixin

This commit is contained in:
Sergey Andrievskiy 2020-10-09 13:59:12 +03:00
parent 44f7227412
commit c92ebbbbee
6 changed files with 116 additions and 196 deletions

View file

@ -10,7 +10,10 @@
@import '~@nebular/theme/styles/globals';
@import '~@nebular/bootstrap/styles/globals';
@import 'hs-forms';
@include nb-install() {
@include nb-theme-global();
@include nb-bootstrap-global();
@include hs-custom-form();
};