Closed nicetransition closed 11 years ago
There are too many spaces and not enough spaces in this demo under Line Breaks:
// Nice. Some breathing room here. .module { color: black; width: 100%; .shrim { color: green; font-size: 16px; } .taargus { color: blue; font-size: 14px; } .spaghett { color: red; font-size: 12px; } }
Should be:
// Nice. Some breathing room here. .module { ••••color: black; ••••width: 100%; ••••.shrim { ••••••••color: green; ••••••••font-size: 16px; ••••} .taargus { color: blue; font-size: 14px; } .spaghett { color: red; font-size: 12px; } }
https://github.com/LukeAskew/Front-End-Standards/blob/master/Stylesheets/Sass.md#line-breaks
There are too many spaces and not enough spaces in this demo under Line Breaks:
Should be:
https://github.com/LukeAskew/Front-End-Standards/blob/master/Stylesheets/Sass.md#line-breaks