Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 887 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 887 Bytes

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