mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
优化
This commit is contained in:
parent
fd60485179
commit
9e4981c2d4
1
packages/vite-plugin/dist/index.js
vendored
1
packages/vite-plugin/dist/index.js
vendored
@ -2016,7 +2016,6 @@ if (typeof window !== 'undefined') {
|
|||||||
".button-hover",
|
".button-hover",
|
||||||
":deep(",
|
":deep(",
|
||||||
"&::",
|
"&::",
|
||||||
":is(",
|
|
||||||
"uni-",
|
"uni-",
|
||||||
".uni-",
|
".uni-",
|
||||||
].some((e) => rule.selector.includes(e))) {
|
].some((e) => rule.selector.includes(e))) {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-vue/vite-plugin",
|
"name": "@cool-vue/vite-plugin",
|
||||||
"version": "8.2.17",
|
"version": "8.2.18",
|
||||||
"description": "cool-admin、cool-uni builder",
|
"description": "cool-admin、cool-uni builder",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"main": "/dist/index.js",
|
"main": "/dist/index.js",
|
||||||
|
|||||||
@ -102,7 +102,6 @@ function postcssPlugin(): Plugin {
|
|||||||
".button-hover",
|
".button-hover",
|
||||||
":deep(",
|
":deep(",
|
||||||
"&::",
|
"&::",
|
||||||
":is(",
|
|
||||||
"uni-",
|
"uni-",
|
||||||
".uni-",
|
".uni-",
|
||||||
].some((e) => rule.selector.includes(e))
|
].some((e) => rule.selector.includes(e))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user