forked from weavejester/hiccup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix combined dot-notation and non-literal classes
Generate the correct class attribute of an element when the class names are both present as: - part of the element keyword (using the dot notation) - a non-literal value of the :class key in the attribute map (specifically when using a symbol as the value). Fixes issue weavejester#143
- Loading branch information
Pieter van Prooijen
committed
Apr 23, 2018
1 parent
846d7ef
commit 6a72187
Showing
2 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters