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

Allow reusing InlineWrapDirective for other element types #186

Merged
merged 2 commits into from
Feb 13, 2018

Conversation

raboof
Copy link
Contributor

@raboof raboof commented Jan 25, 2018

For example you could add an InlineWrapDirective("aside") to allow
@aside[text] { .blue } leading to <aside class="blue">text</aside>.

For example you could add an `InlineWrapDirective("aside")` to allow
`@aside[text] { .blue }` leading to `<aside class="blue">text</aside>".
And avoid types getting confused somehow
@raboof raboof merged commit 2946d1d into master Feb 13, 2018
@raboof raboof deleted the allowReusingInlineWrapDirectiveForOtherElementTypes branch February 13, 2018 11:25
@2m 2m added this to the 0.3.4 milestone Jun 9, 2018
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.

3 participants