Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow reusing InlineWrapDirective for other element types (#186)
* Allow reusing InlineWrapDirective for other element types For example you could add an `InlineWrapDirective("aside")` to allow `@aside[text] { .blue }` leading to `<aside class="blue">text</aside>". * Also allow the uppercase variant And avoid types getting confused somehow
- Loading branch information