File Structure

Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.

Sass documentation


Sass Structure

  • dist
  • node_modules
  • src
    • assets
      • css
      • fonts
      • img
      • js
      • scss
        • theme.scss
        • 📄 _custom.scss
        • 📄 _custom-variables.scss
        • 📄 theme.scss
    • docs
    • partials
  • 📄 gulpfile.js
  • 📄 package.json
  • 📄 .gitignore
sass-shot

Sass Externals