mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Inital radix reskin
This commit is contained in:
@@ -2,8 +2,6 @@ const or = (...args) => {
|
||||
const variableNames = args.filter(x => x.startsWith('--'))
|
||||
const initialValue = args.filter(x => !x.startsWith('--'))[0]
|
||||
|
||||
console.log(' ### or ### ', variableNames, initialValue)
|
||||
|
||||
return variableNames.reduceRight((memo, current) => {
|
||||
if (memo && current) {
|
||||
return `var(${current.trim()}, ${memo})`
|
||||
|
||||
Reference in New Issue
Block a user