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

https://github.com/goose97/sass-transpiler


https://github.com/goose97/sass-transpiler

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## What is this project?
This project serves as Haskell learning materials.

## Features
- [x] Nested CSS blocks
- [ ] & symbol
- [ ] Mixins
- [ ] Variables
- [ ] Utilities functions
- [ ] Error handling
- [ ] Stream parsing

## How to use
This project requires stack to build and run

```shell
stack build
stack exec sass-transpiler --
```