Module: SyntaxTree::Tailwindcss::Patches::HamlFormat
- Defined in:
- lib/syntax_tree/tailwindcss/patches.rb
Instance Method Summary collapse
Instance Method Details
#parse_attributes_hash(source, node) ⇒ Object
28 29 30 31 32 |
# File 'lib/syntax_tree/tailwindcss/patches.rb', line 28 def parse_attributes_hash(source, node, ...) modified_node = node.accept(Tailwindcss.haml_mutation_visitor.haml_attributes_mutation_visitor) super(source, modified_node, ...) end |