css3 - Make !important the whole .class selector -


is possible make entire .class css selector important? i'm thinking in kind of structure:

.custom-selector !important {   display: inline-block;   vertical-align: middle;   position: relative;   padding-left: 5px; } 

i don't know if it's possible.

no, it's not possible. !important thought instrument of last resort , such should used sparingly. !importanting whole selectors caricature idea.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -