My Sass experience
Directories and files structure
I tried to give you some guidelines based on my own experience.
I doesn’t mean everything will work for you, so my best advice is :
- Try to improve your naming
- keep it consistent for a given project
- but avoid over-engineering
If you don’t feel comfortable, just skip it.
Enjoy! 🍒
Thank you very much. I learned a lot from them and I agree in many ways:
- Bourbon - pure Sass mixins and functions
- Compass - CSS Authoring Framework
- Hugo Giraudel - Sass Guidelines
- Hugo Giraudel - Hugo Giraudel's blog
- BetterBoilerplate - A frontend framework
- css-tricks - Tips, Tricks, and Techniques on using css
- breakpoint-sass - Breakpoint makes writing media queries in Sass super simple
- jump start sass - Book by Hugo Giraudel and Miriam Suzanne
- Sassisfaction - Awesome Sass Resources
- sass-resources - The Ultimate SASS Resources & Tools
- Order CSS properties - The most popular way to order CSS properties is grouped by type.