prettier
parent
579d580896
commit
114284865d
|
@ -66,10 +66,7 @@ export function stringifyCss(
|
||||||
.join('\n')
|
.join('\n')
|
||||||
return `${acc}${i === 0 ? '' : '\n'}${propStr}`
|
return `${acc}${i === 0 ? '' : '\n'}${propStr}`
|
||||||
}, '')
|
}, '')
|
||||||
css += `${indentStr}${augmentClassName(
|
css += `${indentStr}${augmentClassName(className, obj)} {\n${decls}\n${indentStr}}`
|
||||||
className,
|
|
||||||
obj
|
|
||||||
)} {\n${decls}\n${indentStr}}`
|
|
||||||
|
|
||||||
for (let i = context.length - 1; i >= 0; i--) {
|
for (let i = context.length - 1; i >= 0; i--) {
|
||||||
css += `${indent.repeat(i)}\n}`
|
css += `${indent.repeat(i)}\n}`
|
||||||
|
|
Loading…
Reference in New Issue