I am just wondering if there is any plans to support @ functionality in a selector
this works:
@agent ie {
#mainForm { ... }
}
@agent gecko {
#mainForm { ... }
}
this doesn't, but would be really nice:
#mainForm {
@agent ie { ... }
@agent gecko { ... }
}

