Emi Matchu
874483eacb
Okay cool, so this was an error that was happening *only* when building assets for production: Sass's CSS minifier isn't familiar with all modern CSS syntax (I think is the issue?), and so errors on things that are actually totally okay. I had previously worked around this in `swf_assets/show.css` with an equivalent syntax that Sass recognized. But in this latest case with the new `fonts.css.erb`, it was upset about the `src` list for the fonts, and I don't know a workaround for that. So, let's just disable Sass's CSS minification for now. I imagine the difference isn't huge when CSS compresses just fine with gzip anyway? (Most of what you can "minify" in CSS is whitespace, and that largely seems silly to me when gzip is running.) |
||
---|---|---|
.. | ||
show.css |