UNPKG

@leapdev/gui

Version:
17 lines (11 loc) 705 B
# LEAP GUI ## Background This is source scss of LEAP GUI Toolkit. ## Quick Start 1. Install [Node.js & NPM](https://nodejs.org/en/download/) 2. Install Project Dependencies `npm install` 3. Run `npm link` in Terminal to symlink the project folder. For more Info, visit [npm-link](https://docs.npmjs.com/cli/link) 4. Run `npm run build` in Terminal to compile GUI ## Notes 1. Currently using an 1.32.13 (older version) until SASS devs apply a patch for deprecation warnings regarding division. Issue discussed here https://github.com/sass/libsass/issues/2822#issuecomment-482914373 2. Enabled flags to mute deprecation warnings until a SASS version update is available without having to spam console.