Skip to content

Commit 43b6a5e

Browse files
authored
Merge pull request chris-pearce#18 from chris-pearce/v2.0.0
v2.0.0
2 parents 31fc19a + d768ed1 commit 43b6a5e

File tree

3 files changed

+81
-127
lines changed

3 files changed

+81
-127
lines changed

.version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.0.0

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# HEAD
2+
3+
## 2.0.0 (September 11, 2016)
4+
5+
* General typo and code example fixes.
6+
* Removed all smart quotes.
7+
* Remove all references to the [Scally CSS Framework](https://github.com/chris-pearce/scally) as I want these guidelines to not be tied to any particular framework/library.
8+
* Changed the empty line rule that comes _after_: **Commenting -> Partial Heading** to be one (1) empty line not two (2).
9+
* Removed the non-mandatory sections: `@author` and `@created` from: **Commenting -> Partial Heading** as I don't see any value in this convention anymore. It's better to use source control e.g. [Git](https://git-scm.com/) for this information.
10+
* Removed the **Commenting -> BEM Modifier Markers** section as I don't see any value in this convention anymore. It's obvious a selector is a BEM modifier from the two (2) hyphens in its name e.g. `.c-card--compact`—certainly if a BEM modifier isn't obvious from the code alone then go ahead and add some comments but no need to use the "Modifier" marker convention.
11+
* Removed the **Naming Conventions -> Mixins And Functions** section as it was mostly referring to the [Scally CSS Framework](https://github.com/chris-pearce/scally).
12+
* Removed the **Naming Conventions -> Spelling** section so it's scalable to any team worldwide, basically this should be decided upon by the team.
13+
* A few updates to the **Tooling** section.
14+
* PR's addressed:
15+
* https://github.com/chris-pearce/css-guidelines/pull/17
16+
17+
## 1.0.0 (January 7, 2015)

0 commit comments

Comments
 (0)