https://github.com/codebayu/sass
🚀 Open source SASS Library
https://github.com/codebayu/sass
Last synced: 6 months ago
JSON representation
🚀 Open source SASS Library
- Host: GitHub
- URL: https://github.com/codebayu/sass
- Owner: codebayu
- License: mit
- Created: 2022-08-11T04:10:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T17:45:53.000Z (almost 2 years ago)
- Last Synced: 2025-08-25T04:04:56.400Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 3.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @codebayu/sass
## Description
This is open source SASS Library.
## Getting Started
1. Install the package as a dependency by running the following command:
```bash
# npm
npm i @codebayu/sass
# yarn
yarn add @codebayu/sass
```
2. Import the css file on the root directory
```bash
import '@codebayu/sass/css/index.css';
```
## Usage
You can use this library by class system like tailwind