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
48fd9e29
Commit
48fd9e29
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #13543 from twbs/fix-13305
Customizer: make utilities.less inclusion mandatory
parents
cb2ef1ef
e6788ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/customize.html
+7
-15
docs/customize.html
with
7 additions
and
15 deletions
+7
-15
docs/customize.html
+
7
-
15
View file @
48fd9e29
...
@@ -58,6 +58,12 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
...
@@ -58,6 +58,12 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
Buttons
Buttons
</label>
</label>
</div>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"responsive-utilities.less"
>
Responsive utilities
</label>
</div>
</div>
<!-- .col-xs-6 .col-sm-4 -->
</div>
<!-- .col-xs-6 .col-sm-4 -->
<div
class=
"col-xs-6 col-sm-4"
>
<div
class=
"col-xs-6 col-sm-4"
>
...
@@ -88,7 +94,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
...
@@ -88,7 +94,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
</div>
</div>
<div
class=
"checkbox"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"checkbox"
checked
value=
"navbar.less"
data-dependencies=
"forms.less,
utilities.less,
navs.less"
>
<input
type=
"checkbox"
checked
value=
"navbar.less"
data-dependencies=
"forms.less,navs.less"
>
Navbar
Navbar
</label>
</label>
</div>
</div>
...
@@ -222,20 +228,6 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
...
@@ -222,20 +228,6 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
Carousel
Carousel
</label>
</label>
</div>
</div>
<h3>
Utilities
</h3>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"utilities.less"
data-dependents=
"navbar.less"
>
Basic utilities
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"responsive-utilities.less"
>
Responsive utilities
</label>
</div>
</div>
<!-- .col-xs-6 .col-sm-4 -->
</div>
<!-- .col-xs-6 .col-sm-4 -->
</div>
<!-- /.row -->
</div>
<!-- /.row -->
</div>
</div>
...
...
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