This might be a trivial question, but I can't immediately see how I can step through the comments in the document, for example, if my document is:
/ Something here / .foo {
}
... I'd like to get the "Something here" -comment first, then followed by the rule ".foo". Is this possible?
Log in to post a comment.
This might be a trivial question, but I can't immediately see how I can step through the comments in the document, for example, if my document is:
/ Something here /
.foo {
}
... I'd like to get the "Something here" -comment first, then followed by the rule ".foo". Is this possible?