1
0
Fork 0

sparkles: Switched placket types to bool options

This commit is contained in:
Joost De Cock 2018-12-29 12:28:09 +01:00
parent 329bb0d662
commit df7342ec10
10 changed files with 23 additions and 36 deletions

View file

@ -19,7 +19,7 @@ export default part => {
} = part.shorthand();
if (
options.buttonholePlacketType !== "seperate" ||
!options.seperateButtonholePlacket ||
options.buttonholePlacketStyle !== "classic"
) {
part.paths = {};