Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 5.6 KB

CHANGELOG.md

File metadata and controls

79 lines (56 loc) · 5.6 KB

Changelog

Additions

  • Added “About Globbing” section (58cf6b4)
  • Added “Component structure” section (03af79d)

Updates

  • Renamed the utils folder into abstracts (6bed6f2)
  • Improved “Other Preprocessors” section (7df1809 and 2149eaa)
  • Improved introduction in “Maps” section (f239621)
  • Improved wording here and there (ddb46ab)
  • Updated wording that could be considered insensitive (67e7395)
  • Updated author’s age (c021429)
  • Rewrote the section about PostCSS (7df1809)

Deletions

  • Removed a lot of further readings and moved most of them inside the content (01f138f)
  • Removed some superfluous content from “Syntax & Formatting” section (55fe6e5)

Additions

  • Added “Argument-less mixins” section (8c7901f)
  • Added “Extending the guidelines” section (ba62b92)
  • Added a note about Sass-Boilerplate (6f6df33)
  • Added a note about regexing leading zeros (a3f1313)
  • Added a note about unitless zeros for durations (3b53768)
  • Added a note about keyframes in 7-1 pattern (23343cb)
  • Added a note about the charset directive and single quotes (1c5e74b)
  • Added a mention of SitePoint Sass Reference (e3fafeb)

Updates

  • Updated “About the author” section (40db9df)
  • Updated “Extend” section (4a44888)
  • Updated “Color formats” section (d4be42f)
  • Clarified “Other preprocessors” section (513d206)
  • Dramatically improved “TL;DR” section (774160e)
  • Slightly improved “Utils folder” section (ba39483)
  • Slightly improved “Contributing” section (c050153)

Deletions

  • Removed “Debugging a Sass map” section (5071185)
  • Removed a lot of irrelevant further reads (230e781)

Fixes

  • Fixed an invalid advice regarding import order in the main Sass file; utilities should come before vendors (16421a5)

Additions

  • Added extra further readings (4b400c5)
  • Added something about the syntax toggle in the options panel (5b3328e)
  • Added something about randomly ordering CSS declarations (953c868)
  • Added a link to open the options panel on the “options panel” expression (3eb5594)
  • Added something about reversed conditional statements (c05b985)
  • Added “Strings containing quotes” section (b970155)
  • Added “Strings as CSS values” section (3c86c36)
  • Added “Encoding” section (dbc68ea)

Updates

  • Reworked the rules in “Lists” section (8fcd96d)
  • Improved mixin in “Breakpoint manager” section to make it slightly more robust (a27553e)
  • Updated author bio in “About the author” section (3e5743c)
  • Initial commit