Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-08-21 10:14:03 +0300
committerChris Rebert <github@rebertia.com>2015-08-21 10:14:03 +0300
commitf3aa40ebc802c8589b94e49173220bfc89134474 (patch)
tree068dda62b8be7f24e78cddae541ba993fbc18de1
parentf7a0d04e5fb5a1c6b8e5bda79acf9aae8a2f89ed (diff)
Fix README part of #27
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 873185b..f5bfce7 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ By automating the process of sanity-checking proposed pull requests:
* [Pull requests must never be against the `gh-pages` branch.](docs/against-gh-pages.md)
* [Pull requests must not attempt to merge the `gh-pages` branch into the `master` branch.](docs/gh-pages-into-master.md)
* [Pull requests must never edit `/dist/js/bootstrap.js` without also editing `/js/*.js`](docs/js.md).
-* [Pull requests must never edit `/dist/css/bootstrap.css` without also editing `/less/*.less`.](docs/css.md)
+* [Pull requests must never edit `/dist/css/bootstrap.css` without also editing `/scss/*.scss` or `/less/*.less`.](docs/css.md)
* [Pull requests must never modify the `CNAME` file.](docs/cname.md)
## GitHub webhook configuration