Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c8f74b80
Commit
c8f74b80
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove less dir
parent
e4d72c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins/reset-text.less
+0
-18
less/mixins/reset-text.less
with
0 additions
and
18 deletions
+0
-18
less/mixins/reset-text.less
deleted
100644 → 0
+
0
-
18
View file @
e4d72c91
.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;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment