Skip to content

My SCSS Library is a collection of reusable styles for web projects. This library simplifies style management using Sass

License

Notifications You must be signed in to change notification settings

doc-souhail/Scss_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My SCSS Library

My SCSS Library is a collection of reusable styles for your web projects. This library is designed to simplify style management in your projects using Sass (Syntactically Awesome Style Sheets).

How to Use

To use this SCSS library in your projects, follow these steps:

  1. Download the Library: Download or clone this repository into your project.

  2. Project Structure: Ensure your project follows a folder structure compatible with the SCSS library. Here's an example folder structure:

    my-project/
      ├── scss/
      │     ├── _base.scss
      │     ├── _buttons.scss
      │     ├── _forms.scss
      │     ├── _typography.scss
      │     ├── _utilities.scss
      │     ├── main.scss
      │
      ├── dist/
      │     ├── main.css
      │
      ├── index.html
    

About

My SCSS Library is a collection of reusable styles for web projects. This library simplifies style management using Sass

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published