generator-m2scss
v1.0.3
Published
generate css from scss
Downloads
5
Readme
generator-magetwo-code
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