Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roydukkey/sass-fairy
Enhances built-in Sass modules with additional functions and adds modules for handling breakpoints and exceptions.
https://github.com/roydukkey/sass-fairy
sass sass-module
Last synced: 3 months ago
JSON representation
Enhances built-in Sass modules with additional functions and adds modules for handling breakpoints and exceptions.
- Host: GitHub
- URL: https://github.com/roydukkey/sass-fairy
- Owner: roydukkey
- License: mit
- Created: 2021-09-30T19:17:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T18:18:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T09:31:20.163Z (3 months ago)
- Topics: sass, sass-module
- Language: Sass
- Homepage: https://sass-fairy.com
- Size: 1.71 MB
- Stars: 31
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sass Fairy
Sass Fairy enhances built-in Sass modules with additional functions and adds modules for handling breakpoints and exceptions. The primary goal is to abstract common functionality which aids in the rapid development of domain specific stylesheets and modules.
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
## Core Modules
This set of modules extend the natively [built-in modules](https://sass-lang.com/documentation/modules) provided by Sass.
### [@sass-fairy/color](https://github.com/roydukkey/sass-fairy/tree/master/packages/color#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/color.svg)](https://www.npmjs.com/package/@sass-fairy/color)
### [@sass-fairy/list](https://github.com/roydukkey/sass-fairy/tree/master/packages/list#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/list.svg)](https://www.npmjs.com/package/@sass-fairy/list)
### [@sass-fairy/map](https://github.com/roydukkey/sass-fairy/tree/master/packages/map#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/map.svg)](https://www.npmjs.com/package/@sass-fairy/map)
### [@sass-fairy/math](https://github.com/roydukkey/sass-fairy/tree/master/packages/math#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/math.svg)](https://www.npmjs.com/package/@sass-fairy/math)
### [@sass-fairy/meta](https://github.com/roydukkey/sass-fairy/tree/master/packages/meta#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/meta.svg)](https://www.npmjs.com/package/@sass-fairy/meta)
### [@sass-fairy/string](https://github.com/roydukkey/sass-fairy/tree/master/packages/string#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/string.svg)](https://www.npmjs.com/package/@sass-fairy/string)
## Special Modules
This set of modules are other concepts and utilities which can be used to aid in developing other modules or designing stylesheets.
### [@sass-fairy/break](https://github.com/roydukkey/sass-fairy/tree/master/packages/break#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/break.svg)](https://www.npmjs.com/package/@sass-fairy/break)
### [@sass-fairy/exception](https://github.com/roydukkey/sass-fairy/tree/master/packages/exception#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/exception.svg)](https://www.npmjs.com/package/@sass-fairy/exception)
### [@sass-fairy/url](https://github.com/roydukkey/sass-fairy/tree/master/packages/url#readme) [![Release Version](https://img.shields.io/npm/v/@sass-fairy/url.svg)](https://www.npmjs.com/package/@sass-fairy/url)