Skip to content

This repository includes a set of documents and codes on SCSS to improve my skills.

Notifications You must be signed in to change notification settings

ilhansevval/SCSS

Repository files navigation

SCSS

This repository includes a set of documents and codes on SCSS to improve my skills.

Contents:

  • Variable
  • Nested
  • Parent Selector
  • Mixin
  • Extend
  • Interpolation
  • List - Each
  • Map {Key,Value}
  • For
  • Colour Functions

Turned to Pico CSS Clone Project to SCSS:

Pico SCSS Clone Project

SCSS Documentation

For working on with the SCSS, you need to install Live Sass Compiler extension to Vscode.

        // You can add more
        {
            // "format": "compressed",
            // "extensionName": ".min.css",
    
            // / -> denotes relative to the workspace root
            "savePath": "/css"
        },
    ]`


And you need to some configurations in the settings.json file as i mentioned above.

If you want to do more complex configurations, you can take a look at the documentation. 

About

This repository includes a set of documents and codes on SCSS to improve my skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published