https://github.com/bkwld/sass-to-stylus
Script to convert a project's sass files to stylus
https://github.com/bkwld/sass-to-stylus
Last synced: 10 months ago
JSON representation
Script to convert a project's sass files to stylus
- Host: GitHub
- URL: https://github.com/bkwld/sass-to-stylus
- Owner: BKWLD
- License: mit
- Created: 2016-04-11T20:29:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T15:08:32.000Z (over 10 years ago)
- Last Synced: 2025-03-30T11:02:00.675Z (over 1 year ago)
- Language: CoffeeScript
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sass → Stylus
Convert a project's sass files to stylus files. For now, a lot of the logic is hardcoded. For instance, it expects the sass to live at app/sass and to get rewritten to app/styles.
Use an argument of ``--save` to save it out. It outputs a nice diff.
`$ coffee sass-to-stylus --save`
