Can I create an alias to a css class?
I am using this font-awesome and I am trying to create an alias name for some of the icon classes. So that .icon-globe>
.icon-globe>
You can apply the same styles to several classes using plain css comma separated selectors:
.icon-globe, .globe { //styles }
Will apply the same styles to and .