When I write a string across multiple lines, I get an Unrecognized input error.
An example of what I'm trying to do:
@var: "
a { color: red; }
p { color: yellow; }
";
If the entire string is on one line it works, but that makes it very difficult to maintain.