The Wayback Machine - https://web.archive.org/web/20220411190303/https://github.com/topics/vite-plugin
Skip to content
#

vite-plugin

Here are 155 public repositories matching this topic...

unocss
MarkLyck
MarkLyck commented Mar 20, 2022

I'm trying to set up a new project with vitejs + unocss + TypeScript + React

unocss works fine for me in "normal" mode, but as soon as I try to do anything with attributify mode I get typescript errors like this:

Type '{ children: string; bg: string; }' is not assignable to type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>'.
  Property 'bg' does not ex

Improve this page

Add a description, image, and links to the vite-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vite-plugin topic, visit your repo's landing page and select "manage topics."

Learn more