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
de6ec034
Commit
de6ec034
authored
Sep 30, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
single CSS file for all css, including responsive
parent
3f293894
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
706 additions
and
694 deletions
+706
-694
Makefile
Makefile
+0
-5
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap-responsive.css
+0
-689
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+680
-0
less/bootstrap.less
less/bootstrap.less
+26
-0
No files found.
Makefile
View file @
de6ec034
BOOTSTRAP
=
./docs/assets/css/bootstrap.css
BOOTSTRAP
=
./docs/assets/css/bootstrap.css
BOOTSTRAP_LESS
=
./less/bootstrap.less
BOOTSTRAP_LESS
=
./less/bootstrap.less
BOOTSTRAP_RESPONSIVE
=
./docs/assets/css/bootstrap-responsive.css
BOOTSTRAP_RESPONSIVE_LESS
=
./less/responsive.less
DATE
=
$(
shell
date
+%I:%M%p
)
DATE
=
$(
shell
date
+%I:%M%p
)
CHECK
=
\0
33[32m✔
\0
33[39m
CHECK
=
\0
33[32m✔
\0
33[39m
HR
=
\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
HR
=
\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
...
@@ -19,7 +17,6 @@ build:
...
@@ -19,7 +17,6 @@ build:
@
jshint js/tests/unit/
*
.js
--config
js/.jshintrc
@
jshint js/tests/unit/
*
.js
--config
js/.jshintrc
@
echo
"Running JSHint on javascript...
${CHECK}
Done"
@
echo
"Running JSHint on javascript...
${CHECK}
Done"
@
recess
--compile
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
@
recess
--compile
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
@
recess
--compile
${BOOTSTRAP_RESPONSIVE_LESS}
>
${BOOTSTRAP_RESPONSIVE}
@
echo
"Compiling LESS with Recess...
${CHECK}
Done"
@
echo
"Compiling LESS with Recess...
${CHECK}
Done"
@
node docs/build
@
node docs/build
@
cp
img/
*
docs/assets/img/
@
cp
img/
*
docs/assets/img/
...
@@ -69,8 +66,6 @@ bootstrap:
...
@@ -69,8 +66,6 @@ bootstrap:
cp
img/
*
bootstrap/img/
cp
img/
*
bootstrap/img/
recess
--compile
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.css
recess
--compile
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.css
recess
--compress
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.min.css
recess
--compress
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.min.css
recess
--compile
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.css
recess
--compress
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.min.css
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js
>
bootstrap/js/bootstrap.js
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js
>
bootstrap/js/bootstrap.js
uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap/js/bootstrap.min.tmp.js
uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap/js/bootstrap.min.tmp.js
echo
"/*!
\n
* Bootstrap.js by @fat & @mdo
\n
* Copyright 2012 Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
bootstrap/js/copyright.js
echo
"/*!
\n
* Bootstrap.js by @fat & @mdo
\n
* Copyright 2012 Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
bootstrap/js/copyright.js
...
...
docs/assets/css/bootstrap-responsive.css
deleted
100644 → 0
View file @
3f293894
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
View file @
de6ec034
This diff is collapsed.
Click to expand it.
less/bootstrap.less
View file @
de6ec034
...
@@ -61,3 +61,29 @@
...
@@ -61,3 +61,29 @@
// Utility classes
// Utility classes
@import "utilities.less"; // Has to be last to override when necessary
@import "utilities.less"; // Has to be last to override when necessary
// Responsive
// -------------------------------------------------------------
// Responsive utility classes
@import "responsive-utilities.less";
// Media queries
// ------------------
// Large desktops
@import "responsive-1200px-min.less";
// Tablets to regular desktops
@import "responsive-768px-979px.less";
// Phones to portrait tablets and narrow desktops
@import "responsive-767px-max.less";
// Responsive navbar
// From 979px and below, show a button to toggle navbar contents
@import "responsive-navbar.less";
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