Skip to content
WebsiteValidator
CSSMedium Affects your score

Stylesheets are not chained with @import

CSS_IMPORT_CHAIN

Reads the text of every inline style block looking for the @import at-rule. An imported stylesheet cannot be discovered until the file importing it has downloaded and parsed, so each level of the chain adds a full sequential round trip to the render-blocking critical path.

  • Free, no signupNo account, no card
  • No AI in the score986 deterministic rules
  • Nothing publishedYour scans stay yours
  • Answers in secondsQuick scan, no browser

How this rule is weighted

Importance
4 / 10
How much this matters relative to other rules.
Confidence
RESEARCH
Backed by large-sample study or industry research, not a specification.
Severity
warning
How the finding is presented when it fails.
Scoring
Counts
A failure costs points in its category.

Impact is importance multiplied by the confidence tier’s weight — SPECIFICATION 1.0, RESEARCH 0.7, EMERGING 0.3, EXPERIMENTAL 0.1. Two rules backed by the same class of evidence therefore always carry the same weight, which is what makes the score reproducible rather than hand-tuned.

Questions about this rule

Does CSS_IMPORT_CHAIN affect my score?
Yes. It is an importance 4 rule at RESEARCH confidence, so a failure costs 4 × 0.7 points of impact in the CSS category before that category is normalised to 100.
What does RESEARCH confidence mean?
Backed by large-sample study or industry research, not a specification. Confidence is a declared tier rather than a per-rule number, so every rule backed by the same class of evidence carries the same weight - which is what makes the score reproducible instead of hand-tuned.
How do I check CSS_IMPORT_CHAIN on my own site?
Paste your URL into the box above and it runs only this rule, usually in a couple of seconds. It is also included in the CSS checker and in a full scan.

Tags

  • css
  • performance
  • render-blocking

Related CSS rules

Run the CSS checkerAll 986 rules