79741991

Date: 2025-08-21 07:45:11
Score: 1
Natty:
Report link

Custom property can be used for this, here is the example:

@property --breakpoint-lg {
    syntax: "<length>";
    initial-value: 1024px;
    inherits: true;
}

.container {
    // some styles

    @media (min-width: --breakpoint-lg) {
        // some styles
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): can
  • Low reputation (0.5):
Posted by: Lukaydo