Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

WeeverApps/weever-plugin-common

Repository files navigation

How To Compile the SCSS into CSS

  1. Install Ruby (if necessary)
  2. Install Compass (if necessary): gem install compass
  3. Install Zurb Foundation (if necessary): gem install zurb-foundation
  4. Compile the SCSS (run this command from the same folder as config.rb): compass compile

It's just that simple!