tags:

  • Styling
  • Syntax

Slide Scope Styles

# Slidev

> Hello **world**

<style>
blockquote {
  strong {
    --uno: 'text-teal-500 dark:text-teal-400';
  }
}
</style>