Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example have (:use [c2.core :only [unify style]]), code do not have style function #19

Closed
tzach opened this issue Jun 21, 2012 · 2 comments

Comments

@tzach
Copy link

tzach commented Jun 21, 2012

Example have (:use [c2.core :only [unify style]]), code do not have "style" function.
Am I'm missing something?

@lynaghk
Copy link
Owner

lynaghk commented Jun 30, 2012

Hi Tzach,

Sorry for the slow response; this issue slipped under my radar somehow.

The CSS-generating "style" fn was a bit of a hack so that we could make single-page samples.
I removed it from the library because it's out of scope.
If you want to generate CSS from Clojure data structures, check out

https://github.com/paraseba/cssgen/

We typically use SASS to generate CSS on our projects.

@lynaghk lynaghk closed this as completed Jun 30, 2012
@tzach
Copy link
Author

tzach commented Jul 15, 2012

Thanks, will follow your suggestion.

Tzach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants