generator-m2scss

generate css from scss


Keywords
css, scss, gulp
License
ISC
Install
npm install generator-m2scss@1.0.3

Documentation

generator-m2scss NPM version Build Status Dependency Status

What it does

This generator creates a gulpfile.js and package.json used to quickly generate CSS from SCSS. Best used with Magento2

Navigate into your app/design/frontend/Vendor/theme/ and run yo m2scss or yo

Installation

First, install Yeoman and generator-magetwo-code using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-m2scss

Then generate your new project:

yo m2scss

or simply write

yo

and select M2SCSS

Updating

You can update by running yo and then selecting Update your generators

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0

Alexandru (proatwork) Bangala