Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backdrop-filter blur (add prefixes) #4182

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
package.json back
  • Loading branch information
100100101 committed May 31, 2023
commit 63ff1b6f66a20f017c065a27773d3c412eadc0e4
25 changes: 12 additions & 13 deletions build/core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "framework7",
"private": true,
"main": "framework7.esm.js",
"module": "framework7.esm.js",
"jsnext:main": "framework7.esm.js",
"typings": "framework7.d.ts",
"sideEffects": [
"*.less",
"*.css",
"shared/dom7.js"
]
}

"name": "framework7",
"private": true,
"main": "framework7.esm.js",
"module": "framework7.esm.js",
"jsnext:main": "framework7.esm.js",
"typings": "framework7.d.ts",
"sideEffects": [
"*.less",
"*.css",
"shared/dom7.js"
]
}