RSS Feed/News Confusing extra.less Inheritance from Master Style to Child Style

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,742
Points
823

Reputation:

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
stytree.webp

Parent extra.less code:
Code:

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

// Notices Color Red
.custom-notice-red
{
 background:rgb(255, 0, 0); 
color:#fff;
}

// Remove...

Read more

Continue reading...
 
Status
Not open for further replies.
Top