An open API service indexing awesome lists of open source software.

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

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