cryogen-project / cryogen-project/cryogen-core

Adding a new LESS CSS plugin

Open
#27 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Clojure
Stars
72
Forks
62
PR merge metrics
No merged PRs in 30d

Description

The reference code repo

https://github.com/zerg000000/cryogen-less.git

It required one lines of changes in the core project( the `dorun` line).

``` clojure
(sass/compile-sass->css!
{:src-sass sass-src
:dest-sass (str "../public" blog-prefix "/" sass-dest)
:ignored-files ignored-files
:base-dir "resources/templates/"})
(dorun (map #(apply (resolve (symbol %)) [config]) (:extra config)))))
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.