Skip to content

Commit 5c53a86

Browse files
committed
Added a new bootstrap file from 3.3.5
- Legacy-Id: 9895
1 parent d152ad2 commit 5c53a86

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.reset-text() {
2+
font-family: @font-family-base;
3+
// We deliberately do NOT reset font-size.
4+
font-style: normal;
5+
font-weight: normal;
6+
letter-spacing: normal;
7+
line-break: auto;
8+
line-height: @line-height-base;
9+
text-align: left; // Fallback for where `start` is not supported
10+
text-align: start;
11+
text-decoration: none;
12+
text-shadow: none;
13+
text-transform: none;
14+
white-space: normal;
15+
word-break: normal;
16+
word-spacing: normal;
17+
word-wrap: normal;
18+
}

0 commit comments

Comments
 (0)