Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 786 Bytes

ENGINEER-NITK

Engineer NITK Logo

For Contributions

  • we are using SCSS and all the auto-generated CSS is added to the dist/css folder
  • you can add a CSS file in CSS folder and link that in the required HTML file or
  • to generate CSS files in a specified location change the below code in your Live Sass Compiler settings and import your SCSS file into the scss/style.scss file
    "liveSassCompile.settings.formats": [   
        {
            "format": "expanded",
            "extensionName": ".css",
            "savePath": "~/../dist/css/"
        }
    ],