- Added a note about Sass-Boilerplate (https://github.com/HugoGiraudel/sass-guidelines/commit/6f6df33)
- Added a note about regexing leading zeros (https://github.com/HugoGiraudel/sass-guidelines/commit/a3f1313)
- Updated the author section (https://github.com/HugoGiraudel/sass-guidelines/commit/40db9df)
- Added something about argument-less mixins (https://github.com/HugoGiraudel/sass-guidelines/commit/8c7901f)
- Added something about extending the guidelines (https://github.com/HugoGiraudel/sass-guidelines/commit/ba62b92)
- Added a mention of SitePoint Sass Reference (https://github.com/HugoGiraudel/sass-guidelines/commit/e3fafeb)
- Added a note about unitless zeros for durations (https://github.com/HugoGiraudel/sass-guidelines/commit/3b53768)
- Reworked the extend section (https://github.com/HugoGiraudel/sass-guidelines/commit/4a44888)
- Added a note about keyframes in 7-1 pattern (https://github.com/HugoGiraudel/sass-guidelines/commit/23343cb)
- Removed section about debugging a Sass map (https://github.com/HugoGiraudel/sass-guidelines/commit/5071185)
- Clarified the postprocessors section (https://github.com/HugoGiraudel/sass-guidelines/commit/513d206)
- Removed a lot of irrelevant further reads (https://github.com/HugoGiraudel/sass-guidelines/commit/230e781)
- Changed the section about color formats (https://github.com/HugoGiraudel/sass-guidelines/commit/d4be42f)
- Fixed an invalid advice regarding import order in the main Sass file; utilities should come before vendors (https://github.com/HugoGiraudel/sass-guidelines/commit/16421a5)
- Added something about the charset directive and single quotes (https://github.com/HugoGiraudel/sass-guidelines/commit/1c5e74b)
- Slightly improved the “Utils folder” sub-section (https://github.com/HugoGiraudel/sass-guidelines/commit/ba39483)
- Dramatically improved TL;DR section (https://github.com/HugoGiraudel/sass-guidelines/commit/774160e)
- Slightly improved the Contributing section (https://github.com/HugoGiraudel/sass-guidelines/commit/c050153)
- Added extra further readings (https://github.com/HugoGiraudel/sass-guidelines/commit/4b400c5)
- Added something about the syntax toggle in the options panel (https://github.com/HugoGiraudel/sass-guidelines/commit/5b3328e)
- Added something about randomly ordering CSS declarations (https://github.com/HugoGiraudel/sass-guidelines/commit/953c868)
- Added a link to open the options panel on the “options panel” expression (https://github.com/HugoGiraudel/sass-guidelines/commit/3eb5594)
- Added something about reversed conditional statements (https://github.com/HugoGiraudel/sass-guidelines/commit/c05b985)
- Added something about strings containing quotes (https://github.com/HugoGiraudel/sass-guidelines/commit/b970155)
- Added a distinction between CSS strings and Sass strings (https://github.com/HugoGiraudel/sass-guidelines/commit/3c86c36)
- Reworked the rules for Sass lists (https://github.com/HugoGiraudel/sass-guidelines/commit/8fcd96d)
- Added something about UTF-8 encoding (https://github.com/HugoGiraudel/sass-guidelines/commit/dbc68ea)
- Improved respond-to mixin to make it slightly more robust (https://github.com/HugoGiraudel/sass-guidelines/commit/a27553e)
- Updated author bio (https://github.com/HugoGiraudel/sass-guidelines/commit/3e5743c)
- Initial commit