You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Can I use: css-logical-props, css-logical-props is partially support in QQ Browser. However, it doesn't say that it doesn't support text-align: end.
So, in theory, this should work:
./src/app/index.css:
.aaa {
text-align: end;
width:100%;
}
./.browserslistrc:
defaultsandsupports es6-module
However:
>npx doiuse@latest "src\app\index.css"
src\app\index.css:23:1: CSS Logical Properties only partially supported by: QQ Browser (13.1) (css-logical-props) <--this
src\app\index.css:59:1: Media Queries: Range Syntax not supported by: Safari (15.6,16.3), Safari on iOS (15.6,16.0,16.1,16.2,16.3), UC Browser for Android (15.5), QQ Browser (13.1) (css-media-range-syntax)
src\app\index.css:70:1: CSS overflow property only partially supported by: Safari (15.6), Safari on iOS (15.6), UC Browser for Android (15.5), QQ Browser (13.1) (css-overflow)
src\app\index.css:71:1: CSS overflow property only partially supported by: Safari (15.6), Safari on iOS (15.6), UC Browser for Android (15.5), QQ Browser (13.1) (css-overflow)
The text was updated successfully, but these errors were encountered:
According to Can I use: css-logical-props,
css-logical-props
is partially support in QQ Browser. However, it doesn't say that it doesn't supporttext-align: end
.So, in theory, this should work:
./src/app/index.css
:./.browserslistrc
:However:
The text was updated successfully, but these errors were encountered: