doiuse icon indicating copy to clipboard operation
doiuse copied to clipboard

:bomb: Lint CSS for browser support against caniuse database.

Results 42 doiuse issues
Sort by recently updated
recently updated
newest added

I'd like to lint .scss files. ``` shell doiuse sass/variables/_spacings.scss ``` Produces: ``` { CssSyntaxError: /Users/rolle/Projects/airdev/content/themes/air-light/sass/variables/sass/variables/_spacings.scss:3:1: Unknown word You tried to parse SCSS with the standard CSS parser; try again...

docs

I have the CSS: ```css min-width: 100vw; ``` And I'm getting the offence: > Unexpected browser feature "viewport-units" is only partially supported by IE 11 But at [caniuse.com](https://caniuse.com/#feat=viewport-units) I see:...

needs feature

According to [Can I use: css-logical-props](https://caniuse.com/?search=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`:...

needs feature

Not all features are in the caniuse database (e.g. #161). So, we have to use MDN data during detection somehow. I'm just not sure how yet, so I'm gonna dump...

As explained in [Can I use: css-overflow](https://caniuse.com/css-overflow) > Effectively all browsers support the CSS 2.1 definition for single-value overflow as well as `overflow-x` & `overflow-y` and values `visible`, `hidden`, `scroll`...

needs feature

test.css: ```css #app { scale: 0.1; } ``` ```bash npx doiuse test.css --browsers "chrome

needs feature

Add options for this feature and output (or not output) lower version browser support, based on browsers options. What do you think about?

bug

> Unexpected browser feature "css-appearance" is not supported by IE 11 and only partially supported by Firefox 52,54, Chrome 49,58,59, Safari 10.1, Opera 46, iOS Safari 10.3, Chrome for Android...

- justify-content - align-items chrome 71 only support "flex-start/flex-end" value. But not getting warnings.

bug
needs feature

when use `cursor: not-allowed;` show warn ``` nexpected browser feature "css3-cursors" is not supported by Safari on iOS 12.2-12.5,14.0-14.4,14.5-14.8,15.0-15.1,15.2-15.3,15.4, Firefox for Android 99, UC Browser for Android 12.12, Samsung Internet...

needs feature