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: 12 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T06:50:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T07:46:41.306Z (almost 2 years 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
[](https://github.com/scriptex/scss-goodies/actions?query=workflow%3ABuild)
[](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)
[](https://codebeat.co/projects/github-com-scriptex-scss-goodies-master)
[](https://www.codefactor.io/repository/github/scriptex/scss-goodies)
[](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
[](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




## Code stats





## 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:
---