← Back

unit-no-unknown warn

Prevents unknown units being used.

Examples

❌  Incorrect

.my-element {
    width: 90xp;
}

.other-element {
    border-radius: 40pixels;
}