https://github.com/sara-pixie/sassy
Making a Sass library
https://github.com/sara-pixie/sassy
gulp-plugin sass sass-library
Last synced: 3 months ago
JSON representation
Making a Sass library
- Host: GitHub
- URL: https://github.com/sara-pixie/sassy
- Owner: Sara-pixie
- Created: 2021-11-26T14:14:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T10:30:32.000Z (about 4 years ago)
- Last Synced: 2025-04-05T17:46:33.518Z (about 1 year ago)
- Topics: gulp-plugin, sass, sass-library
- Language: SCSS
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sassy
A Sass library with colors, font-sizes, buttons, card, grid and various utilities.
# How to Use in Another Project
First copy **gulpfile.js** file, **sassyLibrary** and **sass** folders to your project.
Then you can _change some of the default values_ or _add your own css classes_ in the **sass/index.scss** file before the sassyLibraray is being imported.
**Default Values you can Change**:
- $font
- $base-font-size
- $primary-color
- $secondary-color
- $error-color
- $info-color
- $base-padding
- $base-margin
- $base-border-thickness
- $base-border-radius
- $base-box-shadow
# Dependencies
- gulp: ^4.0.2
- gulp-purgecss: ^4.1.3
- gulp-sass: ^5.0.0
- sass: ^1.43.5