css - Accessing less properties -


i'm sorry, think it's been asked, don't know keywords should use, i'm new less.

i need :

.class1 {     top: 10%;     height: 20%  }  .class2 {     top: .class1->top + .class1->height + 10%;     height: class1->height;  } 

is possible without defining variables such @class1top , @class1height ?

thanks answers, or redirection question if can find one

have day :)


Comments

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

c# - Replace text in MailItem Body -

java - Get more than One value and display it -