Customize Buttons

  1. CLONE REPO
  2. Make sure you have Node.js installed.
  3. From the command line cd into the root for the Buttons directory
  4. Run npm install or sudo npm install (depending on your system permissions).
  5. On the command line run grunt dev, this will open a browser with Buttons
  6. Locate scss in the root directory
  7. You can modify the _options.scss where you can customize colors, typography, and …
  8. Anytime you save your changes the Buttons showcase page will live reload with your changes!