From f3aa40ebc802c8589b94e49173220bfc89134474 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 21 Aug 2015 00:14:03 -0700 Subject: Fix README part of #27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3