/sb-frontend-reload

Primary LanguageJavaScriptOtherNOASSERTION

Sandbox Frontend

Developed by tor and Nabrious.

If you intend to use this code. Please read LICENSE.md at least three (3) times to understand what you can, and can't do with this source code.

Modification

In order to modify the SCSS, you will need a SASS/SCSS compiler. We reccomend this one for VS code. To make sure that the compiled CSS files go into the correct directory, go to the extension settings, open the settings.json file, and then set the savePath to /dist/css/

{
  "format": "expanded",
  "extensionName": ".css",
  "savePath": "/dist/css/"
}