Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created October 21, 2016 09:16
Show Gist options
  • Save justinvdm/8e05805b5e8f910b4d061da81d0a9d43 to your computer and use it in GitHub Desktop.
Save justinvdm/8e05805b5e8f910b4d061da81d0a9d43 to your computer and use it in GitHub Desktop.
diff --git a/tuneme/templates/new/base.html b/tuneme/templates/new/base.html
index d21cbb5..e4e8b47 100644
--- a/tuneme/templates/new/base.html
+++ b/tuneme/templates/new/base.html
@@ -32,7 +32,7 @@
LargeScreen = ((window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) >= 200);
var operaMiniSingleView = '{% compress css %}{% spaceless %}
- <link rel="stylesheet" type="text/x-scss" media="handheld" href="{{ STATIC_URL }}new/css/{{ ENV }}/opera_single_view.css">
+ <link rel="stylesheet" type="text/css" media="handheld" href="{{ STATIC_URL }}new/css/{{ ENV }}/opera_single_view.css">
{% endspaceless %}{% endcompress %}';
var smartStyles = '{% compress css %}{% spaceless %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment