Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 510 Bytes

compiling-front-end-files.md

File metadata and controls

29 lines (20 loc) · 510 Bytes

Compiling Front-End Files

UserForms stylesheets are written in SASS, so to make changes you'll need to have Compass installed.

Debian/Ubuntu

$ apt-get update
$ apt-get install ruby
$ gem install compass

OSX

Install homebrew. Then:

$ brew update
$ brew install ruby
$ gem install compass

Compile assets

Make your changes to scss/UserForms.scss or scss/UserForms_cms.scss. Then navigate to the userforms folder and run:

$ compass compile