Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 694 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 694 Bytes

Sandbox Frontend

Developed by tor and Nabrious.

If you intend to use this code. Please read LICENSE.md so you know 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/"
}