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

[Bug]: CSS compatibility during development e.g:background-clip: text; #1397

Open
SoonIter opened this issue Sep 6, 2024 · 1 comment
Open
Labels
🐞 bug Something isn't working

Comments

@SoonIter
Copy link
Member

SoonIter commented Sep 6, 2024

Version

System: win
Browsers: chrome 117
npmPackages: 1.29.1

Details

The scope of the browser under the default development is

// Using latest browserslist in development to improve build performance
const webBrowserslist = isProduction()
? ['chrome >= 87', 'edge >= 88', 'firefox >= 78', 'safari >= 14']
: [
'last 1 chrome version',
'last 1 firefox version',
'last 1 safari version',

so we can only develop under chrome latest version

img_v3_02ef_647e73c5-250c-4d82-bede-3ccfbd2c986g

img_v3_02ef_450aaaaf-b0fa-4f33-97dd-dde0c881355g

Reproduce link

none

Reproduce Steps

need local environment

@SoonIter SoonIter added the 🐞 bug Something isn't working label Sep 6, 2024
@SoonIter
Copy link
Member Author

SoonIter commented Sep 6, 2024

the workaround is 1 or 2

img_v3_02ef_d3ece26a-9749-46e7-a3b2-c30c07f3991g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant