Last active
June 12, 2016 08:41
-
-
Save axdemelas/743bf3e03586dddaf3fbb04997ce57b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # First, make sure that you have SASS installed (http://sass-lang.com/install). | |
| sass --version | |
| # $ Sass x.x.x | |
| # Inside mdl-stepper/ folder. | |
| cd src | |
| # ~/mdl-stepper/src | |
| # Build a development version of css changes. | |
| sass mdl-stepper.scss:../stepper.css | |
| # Build a production version of css changes. | |
| sass mdl-stepper.scss:../stepper.min.css --style compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment