Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scriptex/scss-goodies
A growing collection of SCSS helpers and tools
https://github.com/scriptex/scss-goodies
scss scss-helpers scss-mixins scss-toolkit
Last synced: 9 days ago
JSON representation
A growing collection of SCSS helpers and tools
- Host: GitHub
- URL: https://github.com/scriptex/scss-goodies
- Owner: scriptex
- License: mit
- Created: 2018-11-22T07:53:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T06:50:15.000Z (6 months ago)
- Last Synced: 2024-05-17T07:46:41.306Z (6 months ago)
- Topics: scss, scss-helpers, scss-mixins, scss-toolkit
- Language: SCSS
- Homepage: https://scss-goodies.atanas.info/
- Size: 415 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Github Build](https://github.com/scriptex/scss-goodies/workflows/Build/badge.svg)](https://github.com/scriptex/scss-goodies/actions?query=workflow%3ABuild)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/34d3d75710534dc6a38c3584a1dcd068)](https://www.codacy.com/gh/scriptex/scss-goodies/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/scss-goodies&utm_campaign=Badge_Grade)
[![Codebeat Badge](https://codebeat.co/badges/d765a4c8-2c0e-44f2-89c3-fa364fdc14e6)](https://codebeat.co/projects/github-com-scriptex-scss-goodies-master)
[![CodeFactor Badge](https://www.codefactor.io/repository/github/scriptex/scss-goodies/badge)](https://www.codefactor.io/repository/github/scriptex/scss-goodies)
[![DeepScan grade](https://deepscan.io/api/teams/3574/projects/5257/branches/40799/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
[![Analytics](https://ga-beacon-361907.ew.r.appspot.com/UA-83446952-1/github.com/scriptex/scss-goodies/README.md?pixel)](https://github.com/scriptex/scss-goodies/)# SCSS Goodies
> SCSS helpers and tools for every day usage
SCSS Goodies is a growing collection of SASS/SCSS helpers and tools. It can be imported into your existing application and used right away.
SCSS Googies leaves no footprint (no CSS is being generated when you import the library) if you don't use it. This means that you can import the whole library and not be afraid of large compiled CSS file sizes. Power users are free to dig in and import separate file(s) is they feel the need.
For details about the current helpers and tools, please see [the API docs](https://scss-goodies.atanas.info).
## Visitor stats
![GitHub stars](https://img.shields.io/github/stars/scriptex/scss-goodies?style=social)
![GitHub forks](https://img.shields.io/github/forks/scriptex/scss-goodies?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/scriptex/scss-goodies?style=social)
![GitHub followers](https://img.shields.io/github/followers/scriptex?style=social)## Code stats
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scriptex/scss-goodies)
![GitHub repo size](https://img.shields.io/github/repo-size/scriptex/scss-goodies?style=plastic)
![GitHub language count](https://img.shields.io/github/languages/count/scriptex/scss-goodies?style=plastic)
![GitHub top language](https://img.shields.io/github/languages/top/scriptex/scss-goodies?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/scss-goodies?style=plastic)## Download
You can [download](https://github.com/scriptex/scss-goodies/archive/master.zip) this repository directly or install it via `npm` or `yarn`:
```sh
npm i scss-goodies# or
yarn add scss-goodies
```## Usage
If installed via `npm` or `yarn`, just `@import` the main file:
```scss
@import 'scss-goodies';
/* or if that does not work */
@import 'scss-goodies/src/index.scss';
/* if you're in a webpack context, prepend a ~ in front of the path */
@import '~scss-goodies';
```If manually downloaded, then copy the `scss-goodies` folder in your application folder and manually import the `index.scss` file or the file that you wish to use.
## Details
More details about usage, configuration and implementation can be found in the [documentation](https://scss-goodies.atanas.info).
## LICENSE
MIT
---
Connect with me:
---