source: trip-planner-front/node_modules/@angular/material/core/typography/_typography-utils-deprecated.scss@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 172 bytes
Line 
1@use 'typography-utils';
2
3// @deprecated Use `typography-level`.
4@mixin level-to-styles($config, $level) {
5 @include typography-utils.typography-level($config, $level);
6}
Note: See TracBrowser for help on using the repository browser.