Suggest to include chapter on SASS specific naming conventions
iamskok opened this issue · 3 comments
What naming conventions do you use for: @function, @mixin, %placeholder, $variable, $map: ('key1': value1, 'key2': value2) and why?
Hey!
Thanks for the suggestion. I think I do need to add a Sass section, however… that will likely just end up being a link to @hugogiraudel’s spin-off site Sass Guidelines. He covers all that stuff in far more detail than I ever could :)
H
@csswizardry I have just read the amazing sass-guidelin.es by @hugogiraudel , but it doesn't cover SASS specific naming conventions.
Will be awesome if one of you will take this responsibility and write a chapter! Cheers! 👍
I do: http://sass-guidelin.es/#naming-conventions. If you feel like something's missing, please feel free to open an issue. :)