1
0
Fork 0

chore(plugins): Make it prettier

This commit is contained in:
Joost De Cock 2022-01-19 16:23:40 +01:00
parent 4c86b94221
commit f9444bc205
17 changed files with 40 additions and 36 deletions

View file

@ -87,7 +87,10 @@ export default function bartack(so, self) {
}
}
self.paths[name('bartack', so)] = bartackPath(guide, so, self).attr('class', 'stroke-sm stroke-mark')
self.paths[name('bartack', so)] = bartackPath(guide, so, self).attr(
'class',
'stroke-sm stroke-mark'
)
return true
}