Archived
1
0
Fork 0

include app/assets/less/vendor/* in git.

This commit is contained in:
Henrik Hautakoski 2018-02-24 16:10:23 +01:00
parent ef737fd406
commit 4faa26c25e
78 changed files with 10918 additions and 0 deletions

View file

@ -0,0 +1,18 @@
.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;
}