9 lines
467 B
Vue
9 lines
467 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>Current known technical limitations are listed at this section.</p>
|
|
<ul class="leading-relaxed list-inside list-disc">
|
|
<li>The border width token in Figma does not support multiple values, related <a href="https://github.com/tokens-studio/figma-plugin/issues/3237" target="_blank" rel="noopener noreferrer" class="doc-link">issue</a>.</li>
|
|
</ul>
|
|
</DocSectionText>
|
|
</template>
|