Skip to content

Latest commit

History

History
17 lines (14 loc) 路 1.45 KB

CHANGELOG.md

File metadata and controls

17 lines (14 loc) 路 1.45 KB

HEAD

2.0.0 (September 11, 2016)

  • General typo and code example fixes.
  • Removed all smart quotes.
  • Remove all references to the Scally CSS Framework as I want these guidelines to not be tied to any particular framework/library.
  • Changed the empty line rule that comes after: Commenting -> Partial Heading to be one (1) empty line not two (2).
  • 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 for this information.
  • 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鈥攃ertainly 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.
  • Removed the Naming Conventions -> Mixins And Functions section as it was mostly referring to the Scally CSS Framework.
  • Removed the Naming Conventions -> Spelling section so it's scalable to any team worldwide, basically this should be decided upon by the team.
  • A few updates to the Tooling section.
  • PR's addressed:

1.0.0 (January 7, 2015)