Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
e6788ef9
Commit
e6788ef9
authored
May 08, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Customizer: make utilities.less inclusion mandatory
Fixes #13305.
parent
cb2ef1ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
15 deletions
+7
-15
docs/customize.html
docs/customize.html
+7
-15
No files found.
docs/customize.html
View file @
e6788ef9
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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