https://github.com/goose97/sass-transpiler
https://github.com/goose97/sass-transpiler
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goose97/sass-transpiler
- Owner: Goose97
- Created: 2023-04-23T03:01:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T03:01:55.000Z (about 3 years ago)
- Last Synced: 2025-03-27T18:19:54.886Z (over 1 year ago)
- Language: Haskell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 --
```