NikSavchenk0 / sb-frontend-reload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/"
}

About

License:Other


Languages

Language:JavaScript 55.9%Language:SCSS 34.2%Language:HTML 9.9%