https://github.com/nilsmagnus/css2elm
https://github.com/nilsmagnus/css2elm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nilsmagnus/css2elm
- Owner: nilsmagnus
- Created: 2019-10-16T14:34:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T20:23:51.000Z (over 5 years ago)
- Last Synced: 2025-02-27T02:54:59.877Z (3 months ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work in progress
generate elm-source from your css-files
NOT TESTED PROPERLY, USE WITH CAUTION
## Install/use
# install
go install github.com/nilsmagnus/css2elm
# use
css2elm -input mystyles.css > ElmFromCss.elm
# Development & build
Requirements:
* go installed
* elm installed
* make installedBuild:
# run go-tests and build binary:
make
# run integration-test
make integration-test