A basic setup of sass style files to help you speed up your development time. Attention: Only contains sass files (*.scss) not a build process/pipeline which compiles scss to css.
git clone https://github.com/mwieth/sass-starter.gitor download the files- import
style.scsswhich imports all other files
.
βββ _1-variables # Contains variables
βββ _2-mixins # Mixins and functions
βββ _3-base # Basic structure and normalize.css
βββ _4-components # Component styles directory
βββ _5-utilities # Utility classes
βββ style.scss
βββ README.md