paraseba / cssgen

Generate CSS from clojure code with an embedded DSL
http://wiki.github.com/paraseba/cssgen/
120 stars 10 forks source link

Requiring types % #1

Open grinnbearit opened 13 years ago

grinnbearit commented 13 years ago

If I require css.types instead of use, say for instance

(require '[css.types :as ct])

Then ct/% will throw

java.lang.Exception: Invalid token: ct/
  [Thrown class clojure.lang.LispReader$ReaderException]

On the other hand a 'use' works just fine. This is specifically in the case of '%' all others work just fine its probably a reader issue.

I like your types idea and am enjoying using the cssgen library

paraseba commented 13 years ago

I'll take a look at this next week. Thanks for reporting the issue