import { SpecifyBitmapValue, SpecifyVectorValue } from '@specifyapp/specify-design-token-format'; export function urlToTailwind(value: SpecifyBitmapValue | SpecifyVectorValue) { return `url('${value.url}')`; }