chore(plugins): Make it prettier
This commit is contained in:
parent
4c86b94221
commit
f9444bc205
17 changed files with 40 additions and 36 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue