OOCSS + Sass = The best way to CSS
ianstormtaylor.com
OOCSS + Sass = The best way to CSS
1–10 of 57 posts
Re: OOCSS + Sass = The best way to CSS
#2Re: OOCSS + Sass = The best way to CSS
#3I don't see how SASS is doing something unique here that other preprocessors can't do as well.
Re: OOCSS + Sass = The best way to CSS
#4Re: OOCSS + Sass = The best way to CSS
#5Re: OOCSS + Sass = The best way to CSS
#6Re: OOCSS + Sass = The best way to CSS
#7tl;dr Somebody discovered the power of mixins I don't see how SASS is doing something unique here that other preprocessors can't do as well.
It's not unique, but it has been an awfully long time coming. See: https://github.com/nex3/sass/pull/236
Re: OOCSS + Sass = The best way to CSS
#8tl;dr Somebody discovered the power of mixins I don't see how SASS is doing something unique here that other preprocessors can't do as well.
Re: OOCSS + Sass = The best way to CSS
#9Again isnt this what SASS is for?
It's a complete no-brainer, and I was a little surprised to see SASS didn't have it last year when I was looking into it. Better late than never though!
Re: OOCSS + Sass = The best way to CSS
#10Love the way that works. The only problem with it is that a another, non-related, CSS class still needs to be used. If the element doesn't call for another class you could select the elements directly, but that kinda defeats the point of OOCSS.
But that way all of the purely presentational classes are kept completely in the CSS where they belong.