source: src/FinkiChattery/FinkiChattery.Identity/wwwroot/lib/bootstrap/scss/mixins/_reset-text.scss@ e6a6d9a

dev
Last change on this file since e6a6d9a was e6a6d9a, checked in by Стојков Марко <mst@…>, 3 years ago

Initialized FinkiChattery project

  • Property mode set to 100644
File size: 481 bytes
Line 
1@mixin reset-text() {
2 font-family: $font-family-base;
3 // We deliberately do NOT reset font-size or word-wrap.
4 font-style: normal;
5 font-weight: $font-weight-normal;
6 line-height: $line-height-base;
7 text-align: left; // Fallback for where `start` is not supported
8 text-align: start;
9 text-decoration: none;
10 text-shadow: none;
11 text-transform: none;
12 letter-spacing: normal;
13 word-break: normal;
14 word-spacing: normal;
15 white-space: normal;
16 line-break: auto;
17}
Note: See TracBrowser for help on using the repository browser.