philmckrackon
Guest
Member
I'm cleaning up my styles so all can inherit common CSS from a parent master style copy extra.less
The parent extra.less merges wrong. I put all the common CSS in a custom TMS I created and it is OK.
Style Tree:
Parent
-->> Child 1
-->> Child 2

Parent extra.less code:
Code:
Code:
Read more
Continue reading...
The parent extra.less merges wrong. I put all the common CSS in a custom TMS I created and it is OK.
Style Tree:
Parent
-->> Child 1
-->> Child 2

Parent extra.less code:
Code:
Code:
Code:
// Notices Color Burgandy
.custom-notice-burgandy
{
background:rgb(141, 9, 49);
color:#fff;
}...
Continue reading...