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

added support for symbols #58

Merged
merged 1 commit into from Apr 14, 2021
Merged

added support for symbols #58

merged 1 commit into from Apr 14, 2021

Conversation

wildwestrom
Copy link
Contributor

@wildwestrom wildwestrom commented Apr 13, 2021

I currently use tailwind as a js library and it has no support for using strings.
Because of this, I decided to add support for this functionality so I can use girouette as a drop-in replacement for tailwind in my clojurescript projects.

;; You can now write
[:tag {:class '[class-name another-class-name]} "content"]
;; As opposed to just
[:tag {:class '["class-name another-class-name"]} "content"]
;; Or
[:tag.class-name.another-class-name "content"]

@green-coder green-coder added the enhancement New feature or request label Apr 14, 2021
@green-coder green-coder added this to the v0.0.4 milestone Apr 14, 2021
@green-coder green-coder merged commit 052a843 into green-coder:master Apr 14, 2021
@wildwestrom wildwestrom deleted the support-for-symbols branch April 14, 2021 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants