feat: UIComponentsComponents

This commit is contained in:
mini2024
2025-03-24 00:22:24 +08:00
parent e42241ddc5
commit 22d3eedea0
9 changed files with 57 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
/* https://github.com/unocss/unocss/issues/2127 */
:where(button:not(.ant-btn):not(.p-button)),
:where([type='button']:not(.ant-btn):not(.p-button)),
:where([type='reset']:not(.ant-btn):not(.p-button)),
:where([type='submit']:not(.ant-btn):not(.p-button)) {
background-color: transparent;
}