mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove less dir
This commit is contained in:
parent
e4d72c914d
commit
c8f74b804b
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
.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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue