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
Post a Comment