You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
Sup!
Love the nesting feature of LESS man, but any chance on getting media queries to nest in a future version? Would be the ultimate in encapsulation.
Sup!
Love the nesting feature of LESS man, but any chance on getting media queries to nest in a future version? Would be the ultimate in encapsulation.
.example {
.stuff {
...
}
@media (max-width...) {
.stuff {
}
}
}
Whatchu think?
The text was updated successfully, but these errors were encountered: