less / less.ruby

Less Ruby — now at http://github.com/cowboyd/less.rb
Apache License 2.0
956 stars 69 forks source link

Nested Media Queries #192

Open bearded-avenger opened 12 years ago

bearded-avenger commented 12 years ago

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?