I'm trying to include some Firefox-specific CSS into my CSS file, and writing @-moz-document url-prefix() { my_styles }
worked fine on my local server. However, when I updated my CSS file on PythonAnywhere, a red X button appeared on the left of the @-moz-document url-prefix() {
and the message "Unknown @ rule: @-moz-document." appears when hovering over it. When I examined my website's source files, it looked like the changes were not there at all, as if I have not updated my CSS file. What can I do about this? Thanks.