feat(tables): add a tables module

This commit is contained in:
Alexander Zhukov 2017-05-23 17:45:35 +03:00
parent a361ce55ac
commit 21cd21fbef
13 changed files with 659 additions and 5 deletions

View file

@ -37,3 +37,7 @@ $theme-name: 'cosmic';
// @nga/components module styles
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
@include nga-components($theme-name);
// @nga/tables module styles
@import '~@nga/theme/overrides/tables/styles/themes/nga.theme.default';
@include nga-tables($theme-name);

View file

@ -36,3 +36,7 @@ $theme-name: 'default';
// @nga/components module styles
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
@include nga-components($theme-name);
// @nga/tables module styles
@import '~@nga/theme/overrides/tables/styles/themes/nga.theme.default';
@include nga-tables($theme-name);

View file

@ -36,3 +36,7 @@ $theme-name: 'light';
// @nga/components module styles
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
@include nga-components($theme-name);
// @nga/tables module styles
@import '~@nga/theme/overrides/tables/styles/themes/nga.theme.default';
@include nga-tables($theme-name);