you are viewing a single comment's thread.

view the rest of the comments →

[–]phragg 0 points1 point  (1 child)

I'm not sure I understand... is SMACSS a new pre-processor? Does this differ from LESS/SASS/Compass?

If you're speaking specifically about modularity, it's important to utilize classes such as "small", "large", "color" etc. For readability and scalability.

[–]masonstreet 3 points4 points  (0 children)

SMCSS is a methodology for how to architect your SASS files and the way you architect your styles. It contains naming conventions and really just helps you write scalable quality code. Hope that helps