# anandthakker/doiuse

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

Repository: https://github.com/anandthakker/doiuse
Canonical: https://ross.abutalabs.com/products/doiuse
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-03-10T23:46:29+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 71, release rhythm 29, longevity 100
- inputs: {"age_days": 4312, "days_push": 176, "days_rel": 263, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1304, forks 57 (observed 2026-08-28T04:04:18.498206+00:00)

## What it is
doiuse is a CSS linter that checks stylesheets for browser compatibility issues against the Can I Use database. It works as a CLI tool, a PostCSS plugin, and integrates with build tools like Gulp.

## Use cases
- lint css for browser support
- check if css features work in ie
- find unsupported css properties for target browsers
- detect css compatibility issues against caniuse data
- run browser support checks in a build pipeline
- lint css for old browser versions

## When to choose
- you need to support legacy browsers like IE and want automated CSS compatibility checks
- you want a PostCSS or Gulp-integrated linter for browser support
- you prefer checking against the caniuse database with configurable browser targets

## When to avoid
- you only target evergreen browsers and don't need compatibility linting
- you want autoprefixing or transforms rather than linting - use autoprefixer instead
- you need full stylelint rule ecosystems beyond browser support checks

## Facets
- artifact type: library
- maturity: active
- function: linter, css-framework, cli, developer-tools
- domain: frontend, web-development, developer-tools, testing
- platform: cli, cross-platform
- tags: css-linting, browser-compatibility, caniuse, postcss-plugin, stylelint, nodejs

## Member repositories
- anandthakker/doiuse (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:18.498206+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:51:06.358964+00:00, confidence not recorded.
  - readme: https://github.com/anandthakker/doiuse (fetched 2026-08-28T04:04:18.498206+00:00, sha 841550ccbf69)
  - registry_npm: https://registry.npmjs.org/doiuse (fetched 2026-08-29T12:09:18.040006+00:00, sha 45109ec853da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
