chore(bee): Used pctBasedOn in config
This commit is contained in:
parent
ca59af12c6
commit
e17bbe227d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ export default {
|
||||||
metric: [6, 13, 19, 25, 32, 38],
|
metric: [6, 13, 19, 25, 32, 38],
|
||||||
imperial: [6.35, 12.7, 19.05, 25.4, 31.75, 38.1],
|
imperial: [6.35, 12.7, 19.05, 25.4, 31.75, 38.1],
|
||||||
},
|
},
|
||||||
toAbs: (pct, { measurements }) => measurements.bustSpan * pct,
|
...pctBasedOn('bustSpan'),
|
||||||
},
|
},
|
||||||
neckTieLength: { pct: 80, min: 70, max: 100 },
|
neckTieLength: { pct: 80, min: 70, max: 100 },
|
||||||
neckTieEnds: { dflt: 'straight', list: ['straight', 'pointed'] },
|
neckTieEnds: { dflt: 'straight', list: ['straight', 'pointed'] },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue