Hey everyone. This is one of the things that confuse me the most.
Let's say that a variable/class "sidebarPageOnline" exists. And has the following content:
And apparently, on a different page, the style used the same variable/class again. But this time, I want to edit it that it will only reflect in that page alone, how can I do that? Let's say the page name is Rules. How can I make a new sidebarPageOnline that only shows up in the Rules page?
Let's say that a variable/class "sidebarPageOnline" exists. And has the following content:
Code:
sidebarPageOnline {
color: #x;
font-weight: x;
element: x;
margin: x;
}
And apparently, on a different page, the style used the same variable/class again. But this time, I want to edit it that it will only reflect in that page alone, how can I do that? Let's say the page name is Rules. How can I make a new sidebarPageOnline that only shows up in the Rules page?