Skip to content

Commit

Permalink
Merge pull request Compass#1071 from myqlarson/stable
Browse files Browse the repository at this point in the history
Typo: let's => lets
  • Loading branch information
mirisuzanne committed Oct 31, 2012
2 parents 058ead2 + 5f565a5 commit 4f603af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-src/content/help/tutorials/best_practices.markdown
Expand Up @@ -65,7 +65,7 @@ webpage content. Following this best practice theoretically results in a website
that is easier to maintain. However, in reality, the functional limitations of
CSS force abstractions down into the markup to facilitate the [DRY][4] principle
of code maintainability. Sass allows us to move our presentation completely to
the stylesheets because it let's us create abstractions and reuse entirely in
the stylesheets because it lets us create abstractions and reuse entirely in
that context. Read [this blog post][5] for more information on the subject.

Once you have clean markup, style it using Mixins and Inheritance. With clean
Expand Down

0 comments on commit 4f603af

Please sign in to comment.