/2K22

Engineer is the Annual Technical Symposium of NITK Surathkal and is one of the largest of its kind in India.

Primary LanguageHTMLMIT LicenseMIT

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