sketch
sketch copied to clipboard
Use `fragment` for BEAM generated styles
trafficstars
Sketch wraps the top-level node in a div, with a style as first child. A fragment should be used instead, to avoid creating an additional, unneeded node.
Unfortunately, Lustre is buggy right now with top-level fragment for BEAM
Fixed