Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 8 hours ago
JSON representation

Enhances built-in Sass modules with additional functions and adds modules for handling breakpoints and exceptions.

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)