We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I'll take a look at this next week. Thanks for reporting the issue
Sorry, something went wrong.
paraseba
No branches or pull requests
If I require css.types instead of use, say for instance
Then ct/% will throw
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
The text was updated successfully, but these errors were encountered: