Bugfix for expand_shorthand
(#79)
This commit is contained in:
parent
68df6aee0a
commit
3746900490
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ const expand_shorthand = (config, units) => {
|
||||||
if (a.type(config.expand)(units) == 'string') {
|
if (a.type(config.expand)(units) == 'string') {
|
||||||
const prefix = config.expand.slice(0, -1)
|
const prefix = config.expand.slice(0, -1)
|
||||||
const suffix = config.expand.slice(-1)
|
const suffix = config.expand.slice(-1)
|
||||||
let expand = suffix
|
let expand = prefix
|
||||||
let joints = 0
|
let joints = 0
|
||||||
|
|
||||||
if (suffix == ')') ; // noop
|
if (suffix == ')') ; // noop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue