Skip to content

Yeoman generator for scaffolding out SASS project with Gulp, Browser Sync, and CSS Autoprefixer.

License

Notifications You must be signed in to change notification settings

osahan/generator-sass-gulp

Repository files navigation

generator-sass-gulp

npm version Dependency Status

Generate a SASS project with Gulp, Browser Sync, and CSS Autoprefixer.

Features

  • CSS Autoprefixing
  • Built-in preview server with BrowserSync
  • Automatically compile Sass
  • Map compiled CSS to source stylesheets with source maps
  • Creates and maintains a demo preview of your project

Getting Started

  • Install dependencies: npm install -g yo gulp
  • Install the generator: npm install -g generator-sass-gulp

Then generate your new project:

mkdir my-sass-project && cd $_
  • Run yo sass-gulp to scaffold your project
  • Run gulp serve to preview and watch for changes
  • Run gulp build to build your project files for production

License

MIT © Osahan

About

Yeoman generator for scaffolding out SASS project with Gulp, Browser Sync, and CSS Autoprefixer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published