-
Notifications
You must be signed in to change notification settings - Fork 2
Developer Setup and Tips
Dave Lawrence edited this page Oct 14, 2020
·
3 revisions
First install scss to /usr/bin, This may be done via
pip3 install libsass
(see https://sass-lang.com/libsass)
- File -> Settings
- Search for "watcher" or Tools -> Watchers
- Add, "SCSS"
- Add
--style expanded
to command line arguments, so that we don't get whitespace formatting changes fights between dev machines.
In Eclipse, when you change one of the 3 scss files it will automatically compile them to css. See Project Preferences, Builders and you can see SASS form SASS flags SASS global
You can create another build for a new scss file based off these if needed.