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

Css support #20

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Css support #20

wants to merge 6 commits into from

Conversation

mikehat
Copy link

@mikehat mikehat commented May 30, 2015

Reference the pull requests in my go-attrs branch and either my css branch in blaze-html or my blaze-css repo.

The go-attrs branch divides the go function and this one continues on that theme, adding support for the CSS style and class syntax added to blaze-html.

I also added instance Attributable Attribute so I can write code like this:

my_actions = A.onclick "click();" ! A.ondblclick "clickClick();"

H.span ! A.class_ "clickable" ! my_actions $ "try me"

Not sure if that instance could have any negative effects, but it does not affect the benchmarks.

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

Successfully merging this pull request may close these issues.

1 participant