Closed Trolleymusic closed 5 years ago
Why is the quoting an issue? font-family: Custom Font;
is still valid + it saves a couple bytes. The comma is actually the separator not quotes or spaces.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#Valid_family_names
In my variables I always use quotes since it's easier to read as a developer but I actually want no quotes in my compiled output for byte savings.
Quote resolution is not in scope for this project, but I’d review a PR if it had it.
I'm having some trouble with outputting variable as encapsulated strings - it may just be confusion on my part, but let me give you some examples:
If I add a string as a variable, eg:
In Sass I would use:
And end up with this:
Every way I try to output it ...
... none of them seem to come out how I want them to.