Skip to content

spencers145/gulp-template-for-html-css-sass-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile CSS for Development Work

This task looks for a single Sass file (sassSourceFileForDev), compiles the CSS from it, and writes the resulting file to the cssDevDestinationFolder. The final CSS file will be formatted with 2-space indentations. Any floating-point calculations will be carried out to 10 places, and browser-specific prefixes will be added to support 2 browser versions behind all current browsers’ versions.

About

A simple Gulp template for HTML, Sass/CSS, and ES6 JavaScript.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.7%
  • SCSS 39.2%
  • HTML 2.1%