Skip to content

A setup of sass styles, settings and mixins to help you start your project faster

Notifications You must be signed in to change notification settings

mwieth/sass-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sass-starter

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.

  1. Setup
  2. Structure

Setup

  1. git clone https://github.com/mwieth/sass-starter.git or download the files
  2. import style.scss which imports all other files

Structure

  .
  ├── _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

License

MIT

About

A setup of sass styles, settings and mixins to help you start your project faster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages