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
f2a0623d
Commit
f2a0623d
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Docs: Tweak phrasing of description of $enable-gradients
[ci skip]
parent
a15f4097
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/getting-started/options.md
+1
-1
docs/getting-started/options.md
with
1 addition
and
1 deletion
+1
-1
docs/getting-started/options.md
+
1
-
1
View file @
f2a0623d
...
@@ -16,6 +16,6 @@ You can find and customize these variables in our `_variables.scss` file.
...
@@ -16,6 +16,6 @@ You can find and customize these variables in our `_variables.scss` file.
|
`$enable-flex`
|
`true`
or
`false`
(default) | Swaps
`float`
and
`display: table`
styles for
`display: flex`
. |
|
`$enable-flex`
|
`true`
or
`false`
(default) | Swaps
`float`
and
`display: table`
styles for
`display: flex`
. |
|
`$enable-rounded`
|
`true`
(default) or
`false`
| Enables predefined
`border-radius`
styles on various components. |
|
`$enable-rounded`
|
`true`
(default) or
`false`
| Enables predefined
`border-radius`
styles on various components. |
|
`$enable-shadows`
|
`true`
or
`false`
(default) | Enables predefined
`box-shadow`
styles on various components. |
|
`$enable-shadows`
|
`true`
or
`false`
(default) | Enables predefined
`box-shadow`
styles on various components. |
|
`$enable-gradients`
|
`true`
or
`false`
(default) | Enables predefined gradients via
`background-image`
on various components. |
|
`$enable-gradients`
|
`true`
or
`false`
(default) | Enables predefined gradients via
`background-image`
styles
on various components. |
|
`$enable-transitions`
|
`true`
(default) or
`false`
| Enables predefined
`transition`
s on various components. |
|
`$enable-transitions`
|
`true`
(default) or
`false`
| Enables predefined
`transition`
s on various components. |
|
`$enable-hover-media-query`
|
`true`
or
`false`
(default) | ... |
|
`$enable-hover-media-query`
|
`true`
or
`false`
(default) | ... |
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