Revert "credit due on blog post"

This reverts commit 27d3aca067.
This commit is contained in:
Scott Davis 2011-05-10 19:22:45 -04:00
parent 27d3aca067
commit 80a6c90805

View File

@ -31,6 +31,4 @@ Of course, you'll want to commit the Sass as well, especially if you have multip
## Just Tools.
I want to say that again because I think it is the most important and most often forgotten rule of using a css pre-processor. Compass and Sass are simply tools for writing CSS. They are not a new styling language. They are not magic. They make writing css easier - and that is all. The css output is the only thing that matters.
_This was written in collaboration with [Carl Meyer](http://stackoverflow.com/users/3207/carl-meyer), in response to a [question on stack overflow](http://stackoverflow.com/questions/5900208/best-method-for-adding-compass-to-a-django-project)_
I want to say that again because I think it is the most important and most often forgotten rule of using a css pre-processor. **Compass and Sass are simply tools for writing CSS. They are not a new styling language. They are not magic. They make writing css easier - and that is all. The css output is the only thing that matters.**