Skip to content

Instantly share code, notes, and snippets.

@axdemelas
Last active June 12, 2016 08:41
Show Gist options
  • Select an option

  • Save axdemelas/743bf3e03586dddaf3fbb04997ce57b7 to your computer and use it in GitHub Desktop.

Select an option

Save axdemelas/743bf3e03586dddaf3fbb04997ce57b7 to your computer and use it in GitHub Desktop.
# 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