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

https://github.com/fantasyui-com/serserge

Automated SCSS Shaping System
https://github.com/fantasyui-com/serserge

Last synced: 4 months ago
JSON representation

Automated SCSS Shaping System

Awesome Lists containing this project

README

          

# serserge
Automated SCSS Shaping System

![logo.jpg](logo.jpg)

## Usage

```sh

npm -g i serserge

serserge -f nocolor bootstrap/scss bootstrap/nocolor

```

## Notes

Project is under active development.

## Snippets

const example = postcss.plugin('example', function(){ return function(root, result) { console.log('ROOT',root); console.log('RESULT',result) } });