Skip to content

handle "custom data attributes" #14

Description

@afeld

http://haml.info/docs/yardoc/file.REFERENCE.html#html5_custom_data_attributes

.text{ :data => { :elem => "text" } }

should be converted to

.text data-elem="text"

Currently those attributes are copied over with the hash directly, which breaks the template. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions