aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2015-09-08 08:58:03 +0300
committervsn4ik <[email protected]>2015-09-08 08:58:03 +0300
commitd99bc3fe6238aa1398ad5afab8130b47bb2f0c9d (patch)
treeae5a8c486a19f1d7f89b70eaced3f6295909c53c /CONTRIBUTING.md
parent36e4c9bffcae40cde42b6baa28961a8979cc24d0 (diff)
downloadbootstrap-d99bc3fe6238aa1398ad5afab8130b47bb2f0c9d.tar.xz
bootstrap-d99bc3fe6238aa1398ad5afab8130b47bb2f0c9d.zip
Remove dropped v3 bootstrap-theme
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ff89537ba..abea47484 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.