https://github.com/yogthos/lein-sass
SASS plugin for Leiningen using Sass.js
https://github.com/yogthos/lein-sass
clojure sass
Last synced: 18 days ago
JSON representation
SASS plugin for Leiningen using Sass.js
- Host: GitHub
- URL: https://github.com/yogthos/lein-sass
- Owner: yogthos
- License: epl-1.0
- Created: 2015-04-12T02:13:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T05:00:04.000Z (over 5 years ago)
- Last Synced: 2025-06-06T08:03:46.654Z (26 days ago)
- Topics: clojure, sass
- Language: Clojure
- Size: 2.03 MB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lein-sass
A minimum dependency Clojure library designed to compile SASS files using [Sass.js](https://github.com/medialize/sass.js) running on Nashorn
## Installing
[](https://clojars.org/yogthos/lein-sass)
## Usage
3. add the following to your `project.clj`
```clojure
:plugins [[yogthos/lein-sass "VERSION"]]
:sass {:source "my/sass/dir" :target "my/output/dir"}
```4. start coding!
* run `lein sass` to compile the assets
* run `lein sass watch` to watch for changes and recompile files as necessary## License
Copyright © 2015 Dmitri Sotnikov
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.