Currently, media queries cannot be used in media queries. This is forcing us to use less whenever a part of a media query needs to be a customizable variable. For instance:
@media screen and (max-width: @screen-xs-max) {}
Resources: