feat(ui-features): add a typography page

This commit is contained in:
Alexander Zhukov 2017-05-06 15:41:52 +03:00
parent c0f39a1dec
commit ada9ac9c1d
14 changed files with 257 additions and 0 deletions

View file

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

View file

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