]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove dropped v3 bootstrap-theme 17521/head
authorvsn4ik <vsn4ik@gmail.com>
Tue, 8 Sep 2015 05:58:03 +0000 (08:58 +0300)
committervsn4ik <vsn4ik@gmail.com>
Tue, 8 Sep 2015 05:58:03 +0000 (08:58 +0300)
[ci skip]

.gitattributes
CONTRIBUTING.md

index 7c22a49fb5fe382165d989c48378f6266f605ef1..5788b12289044ffc5a0374d015f8aca9588bb160 100644 (file)
@@ -12,6 +12,5 @@
 # Don't diff or textually merge source maps
 *.map   binary
 
-bootstrap-theme.css linguist-vendored=false
 bootstrap.css linguist-vendored=false
 bootstrap.js linguist-vendored=false
index ff89537ba939f80740c3e162a93244a816d16c30..abea47484574088df72496f556e4be3c14fadbc1 100644 (file)
@@ -135,7 +135,7 @@ Please adhere to the [coding guidelines](#code-guidelines) used throughout the
 project (indentation, accurate comments, etc.) and any other requirements
 (such as test coverage).
 
-**Do not edit `bootstrap.css`, `bootstrap-theme.css`, or `bootstrap.js`
+**Do not edit `bootstrap.css`, or `bootstrap.js`
 directly!** Those files are automatically generated. You should edit the
 source files in [`/bootstrap/scss/`](https://github.com/twbs/bootstrap/tree/master/scss)
 and/or [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) instead.