Closed jcoyne closed 3 weeks ago
Running sass generates these rules:
@media (min-width: 576px) and (max-width: 575.98px) { .applied-filter .constraint-value { max-width: 288px; } } @media (min-width: 768px) and (max-width: 767.98px) { .applied-filter .constraint-value { max-width: 384px; } }
However, due to the disjoint exclusions, they are never applied.
Running sass generates these rules:
However, due to the disjoint exclusions, they are never applied.