PHP Classes

File: SmallServerAdmin/Content/scss/libs/bootstrap/mixins/_reset-text.scss

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/Content/scss/libs/bootstrap/mixins/_reset-text.scss   Download  
File: SmallServerAdmin/Content/scss/libs/bootstrap/mixins/_reset-text.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 476 bytes
 

Contents

Class file image Download
@mixin reset-text() { font-family: $font-family-base; // We deliberately do NOT reset font-size. font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: $line-height-base; text-align: left; // Fallback for where `start` is not supported text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; }