for CSS a. Production version - minified CSS b. Development version (SCSS) - customizable variables and build CSS 2. Follow a coding standard (github/airbnb/etc)
value; } div { width: 100px; padding:0 10px; } 1: warning at line 3, col 2 Using width with padding can sometimes make elements larger than you expect.
for CSS a. Production version - minified CSS b. Development version (SCSS) - customizable variables and build CSS 2. Use it to make this page 3. Follow a popular coding standard (github/airbnb/etc)
a styleguide 3. Let's write beautiful CSS comments 4. Extensive SASS Guide 5. Object Oriented CSS with SASS 6. Gulp + SASS 7. How other companies are writing their CSS: Medium's article on their CSS Github's article on their CSS Eventmobi's on their CSS Lonely planet's article on their CSS 8. CSS selector performance
most used properties Time required: 30 mins 2. Kicking Ass + Taking Names with Sass: Nathan Henderson's video about SASS Time required: 20 mins 3. Developer tools - Updating styles: Quick basic tutorial of styles in developer tools (only #1.2) Time required: 5 mins 4. Getting started with gulp: Zell Liew's Gulp 101 Time required: 30 mins