Skip to content

Commit

Permalink
Merge pull request #1559 from cwyyue/fix-unocss-base
Browse files Browse the repository at this point in the history
fix: 小程序部分机型::backdrop异常
  • Loading branch information
Blackgan3 authored Jul 26, 2024
2 parents 901c103 + 737d875 commit d9d6a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unocss-base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function presetMpx (options = {}) {
name: '@mpxjs/unocss-base',
theme: {
...uno.theme,
preflightRoot: ['page,view,text,div,span,::before,::after,::backdrop']
preflightRoot: ['page,view,text,div,span,::before,::after']
},
postprocess: (util) => {
util.entries.forEach((i) => {
Expand Down

0 comments on commit d9d6a89

Please sign in to comment.