Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 417 Bytes

Vanila starter

This code is a basic template for creating websites using HTML and SCSS. It gives you a head start on organizing your content and styling your pages, making it easier to get started on your web development projects.

config live sas compiler

"liveSassCompile.settings.formats": [
    {
      "format": "expanded",
      "extensionName": ".css",
      "savePath": "css",
    }
  ],