Skip to content

abradifcode/scss-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configurable SASS project template

Libs

Setup

npm install

Configure

Open src/scss/base/*.scss and configure for your project needs.

Watch and configure gulpfile.js for your needs

Susy

Add imports at the beginning of bundle.sass:

@import "susy"
@import "susy-conf.scss"

Mixins

Fonts

Get google fonts

gulp gfonts

Use fonts

+font-face('Lato', '/fonts/Lato-Thin', 100, normal, woff ttf svg)

Reference articles

Gulp, Sass, Autoprefixer, Sourcemaps!

https://github.com/ai/browserslist

https://github.com/sass/node-sass#options

https://fettblog.eu/blog/2014/04/10/gulp-sass-autoprefixer-sourcemaps/

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.1%
  • JavaScript 43.1%
  • HTML 2.8%