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
- Host: GitHub
- URL: https://github.com/fantasyui-com/serserge
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2020-04-11T23:32:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T18:16:16.000Z (about 1 year ago)
- Last Synced: 2025-10-04T04:45:19.481Z (8 months ago)
- Language: SCSS
- Size: 521 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serserge
Automated SCSS Shaping System

## 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) } });