Hi, awesome bundle! :)
One difference from using the regular CSS bundle and the LESS bundle is when you type a css attribute followed by a colon:
# test {
outline:
}
The regular CSS bundle will place a semicolon after your cursor, so:
# test {
outline:;
}
Saving you from typing it. Small difference but something I'm used to; thought I'd flag it.
Thanks,