slidev-styling

Style Slidev presentations with UnoCSS utilities and custom CSS overrides.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/legout/pi-config --skill slidev-styling-legout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidev-styling
Source: https://github.com/legout/pi-config/tree/main/installed-skills/slidev-styling
Command: npx skills add https://github.com/legout/pi-config --skill slidev-styling-legout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining consistent, professional, and responsive visual branding across Slidev presentations by providing a structured approach to atomic CSS and custom styling.

Core Features & Use Cases

  • Atomic CSS Integration: Leverage UnoCSS for rapid, utility-first styling of slide elements.
  • Custom Theme Management: Define reusable color palettes, typography, and shortcuts in configuration files.
  • Advanced Visuals: Implement scoped CSS, complex animations, and responsive layouts for high-impact presentations.

Quick Start

Apply the slidev-styling skill to update the current presentation theme with custom brand colors and typography.

Frequently Asked Questions about slidev-styling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I style a Slidev presentation using UnoCSS utilities?

You can style Slidev presentations by configuring UnoCSS utility shortcuts and design tokens inside the uno.config.ts file. This enables rapid, atomic CSS styling to maintain consistent visual themes across slide decks.

What is the best way to maintain consistent visual branding in Slidev?

The best way to maintain consistent Slidev visual branding is to define reusable color palettes and typography rules in configuration files. This structured approach ensures professional, responsive layouts across your presentation.

Can I implement custom CSS overrides and animations in Slidev?

Yes, you can implement custom CSS overrides and animations in Slidev by defining global style rules in the styles/index.css file. This allows for advanced visuals including scoped CSS and complex animations for high-impact slides.

Do I need to configure specific files to apply custom Slidev themes?

Yes, applying custom Slidev themes requires configuring the uno.config.ts and styles/index.css files. These files manage the atomic CSS integration and global style rules needed for responsive layouts.

Why use UnoCSS instead of plain CSS for Slidev presentations?

Using UnoCSS instead of plain CSS for Slidev provides a utility-first styling framework that accelerates deck creation. It facilitates reusable design shortcuts and consistent visual themes without writing extensive custom CSS.