css - Make Class Inherit Styling From Another External Class -


this question has answer here:

is possible make class inherit class (from different css file)?

/* make class have .form.control's styling.     form.control located in separate standard .css file*/ .token-input-list-facebook {     .form-control;   } 

edit further information: html element class 'token-input-list-facebook form-control' dynamically generated third party library. input gets turned input hidden ul auto-suggests things. go , edit 3rd party javascript. styling through stylesheets (css or less) more elegant method

class="token-input-list-facebook form-control"


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -