CONTRIBUTING.md in bitters-1.8.0 vs CONTRIBUTING.md in bitters-2.0.0

- old
+ new

@@ -5,11 +5,11 @@ [code of conduct]: https://thoughtbot.com/open-source-code-of-conduct While developing and contributing to Bitters you can use gulp to spin up an example site to help preview your changes! Running `gulp` to pull in the -stylesheets and serve a small HTML preview page at `http://localhost:8000`. +stylesheets and serve a small HTML preview page at `http://localhost:3000`. ## Getting started 1. Fork the repository. @@ -71,10 +71,10 @@ ## SCSS Style Guide * Two spaces, no tabs. * Dashes instead of underscores or camel case: `section-header` **not** `section_header` or `sectionHeader` -* Names should be descriptive and written in full-words: `$base-font-color` +* Names should be descriptive and written in full-words: `$font-color--base` **not** `$color` or `$txtCLR` * Space between property and value: `width: 20px` **not** `width:20px` * Declarations within a block should be ordered alphabetically. * Blank lines between rules. * No trailing whitespace. Blank lines should not have any space.