Syntax error: Selector "li" is not pure (pure selectors must contain at least one local class or id)

This error indicate that you cannot have global selector such as ul or li definite in module.css. You must have a specific classname as shown in example below: 


.productInfo {
    font-size: 12pt;
    font-weight:bold;
}

.productDescription {
    font-size: 10pt;
}

Comments

Popular posts from this blog

vllm : Failed to infer device type

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

android studio kotlin source is null error