primevue-mirror/apps/showcase/doc/designer/LimitationsDoc.vue

9 lines
467 B
Vue
Raw Normal View History

2025-01-10 11:13:04 +00:00
<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>