Skip to content

Commit

Permalink
Remove the CSS from inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 16, 2013
1 parent caa69af commit 670295b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Bootstrap

Shim repository for [Bootstrap](http://getbootstrap.com).

This package just provides the basic Bootstrap JavaScript, so you will require a
theme to go with it. For the default Bootstrap theme, you can use
[components/bootstrap-default](https://github.com/components/bootstrap-default),
or the included plain CSS file assets.
This package just provides the basic Bootstrap JavaScript in the package. This
means that although the stylesheets are there, you will be required to provide
your own means of including the styles.

Package Managers
----------------
Expand Down
3 changes: 0 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"scripts": [
"js/bootstrap.js"
],
"styles": [
"css/bootstrap.css"
],
"files": [
"css/bootstrap.min.css",
"css/bootstrap-theme.css",
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"scripts": [
"js/bootstrap.js"
],
"styles": [
"css/bootstrap.min.css"
],
"files": [
"js/bootstrap.min.js",
"css/*.css",
Expand Down

0 comments on commit 670295b

Please sign in to comment.