|
@@ -17,18 +17,18 @@ We only accept issues that are icon requests, bug reports, or feature requests.
|
|
|
|
|
|
## Key branches
|
|
|
|
|
|
-- `master` is the latest, deployed version (not to be used for pull requests).
|
|
|
-- `gh-pages` is the hosted docs (not to be used for pull requests).
|
|
|
-- `*-wip` branches are the official work in progress branches for the next releases. All pull requests should be submitted against the appropriate branch.
|
|
|
+- `master` is the latest, deployed version (not to be used for pull requests)
|
|
|
+- `gh-pages` is the hosted docs (not to be used for pull requests)
|
|
|
+- `*-wip` branches are the official work in progress branches for the next releases. All pull requests should be submitted against the appropriate branch
|
|
|
|
|
|
|
|
|
|
|
|
## Notes on the repo
|
|
|
|
|
|
As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered by Jekyll templates and built before each commit and release.
|
|
|
-- `_config.yml` - much of the site is driven off variables from this file, including Font Awesome and Bootstrap versions.
|
|
|
-- `src/` - All edits to documentation, LESS, SCSS, and CSS should be made to files and templates in this directory.
|
|
|
-- `src/icons.yml` - all LESS, SCSS, and CSS icon definitions are driven off this single file.
|
|
|
+- `_config.yml` - much of the site is driven off variables from this file, including Font Awesome and Bootstrap versions
|
|
|
+- `src/` - All edits to documentation, LESS, SCSS, and CSS should be made to files and templates in this directory
|
|
|
+- `src/icons.yml` - all LESS, SCSS, and CSS icon definitions are driven off this single file
|
|
|
|
|
|
|
|
|
|
|
@@ -59,13 +59,13 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered
|
|
|
- Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`)
|
|
|
- End all lines with a semi-colon
|
|
|
- For multiple, comma-separated selectors, place each selector on it's own line
|
|
|
-- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks).
|
|
|
+- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks)
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
-By contributing your code, you agree to license your contribution under the terms of the MIT License
|
|
|
+By contributing your code, you agree to license your contribution under the terms of the MIT License:
|
|
|
- http://opensource.org/licenses/mit-license.html
|
|
|
|
|
|
|