aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fleschhut <[email protected]>2016-03-03 20:25:58 +0100
committerChristian Fleschhut <[email protected]>2016-03-03 20:25:58 +0100
commitee4dbf7efde1f79917b5895b27201e0f88769a41 (patch)
tree2fb8ace54cf8d0763d11c45e0bed82383c8ee8f4
parentd7f7cee39ec8ccb893b49872b1f22b0cfce17d31 (diff)
downloadbootstrap-ee4dbf7efde1f79917b5895b27201e0f88769a41.tar.xz
bootstrap-ee4dbf7efde1f79917b5895b27201e0f88769a41.zip
Make switch from Less to Sass more explicit in contribution guidelines
-rw-r--r--CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d102d5e38..170bf62c6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,7 +37,7 @@ Our bug tracker utilizes several labels to help organize and identify issues. He
- `browser bug` - Issues that are reported to us, but actually are the result of a browser-specific bug. These are diagnosed with reduced test cases and result in an issue opened on that browser's own bug tracker.
- `confirmed` - Issues that have been confirmed with a reduced test case and identify a bug in Bootstrap.
-- `css` - Issues stemming from our compiled CSS or source Less files.
+- `css` - Issues stemming from our compiled CSS or source Less/Sass files.
- `customizer` - Issues with our web-based Customizer.
- `docs` - Issues for improving or updating our documentation.
- `examples` - Issues involving the example templates included in our docs.
@@ -152,7 +152,8 @@ project (indentation, accurate comments, etc.) and any other requirements
**Do not edit `bootstrap.css`, `bootstrap-theme.css`, or `bootstrap.js`
directly!** Those files are automatically generated. You should edit the
-source files in [`/bootstrap/less/`](https://github.com/twbs/bootstrap/tree/master/less)
+source files in [`/bootstrap/less/`](https://github.com/twbs/bootstrap/tree/master/less),
+[`/bootstrap/scss/`](https://github.com/twbs/bootstrap/tree/v4-dev/scss) (for Bootstrap v4)
and/or [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) instead.
Similarly, when contributing to Bootstrap's documentation, you should edit the