A collection of code style guide and coding standards resources.
General front-end code style guides.
- Code Guide by @mdo
- Coding Standards by CX Partners
- Code Standards by Isobar
- Front-End Dev Guidelines by TMW
- Google HTML/CSS Style Guide
- Architect Front-end Rules
Coding standards aimed specifically at HTML
Style guides for CSS or CSS Preprocessors
- CSS Guidelines by Harry Roberts
- Sass guidelines by Hugo Giraudel
- Idiomatic CSS by Nicolas Gallagher
- Idiomatic Sass by Anthony Short
- Sass conventions by Le Wattman
- WordPress CSS coding standards
- Scss-Styleguide by Tim Hartmann
- How I Write My Sass by Stu Robson
Style guides for JavaScript or JS Frameworks
- Code Conventions for the JavaScript Programming Language by Douglas Crockford
- Google JavaScript Style Guide
- Airbnb JavaScript Style Guide
- WordPress JavaScript Coding Standards
- Angular Style Guide by Go Cardless
- AngularJS Styleguide by Todd Motto
Style guides for PHP