Looking to add a divider snippet, such as:
divider divider source.cssIt works, but only partly. It only seems to function wen directly preceeded by brackets of some sort. It will not work by itself on a new line.
So if the code was:
.main {
background:red;
}divider
It would work. But if:
.main {
background:red;
}
divider
It would not. Please help hah