THE PENDING DRAFT

Sass Guidelines by Hugo Giraudel

January 9, 2015

Coding Styleguides can help a lot when working with multiple developers on a project, but even if you are a sole dev it can be very useful to write down and keep yourself to some conventions. Hugo Giraudel has put together this very thorough guide specifically targeted on Sass/SCSS Code. Definitely something to bookmark.

A styleguide is not just a pleasing document to read, picturing an ideal state for your code. It is a key document in a project’s life, describing how and why code should be written. It may look like overkill for small projects, but it helps a lot in keeping the codebase clean, scalable and easily maintainable.

Sass Guidelines

Leave your comment