diff --git a/app/assets/stylesheets/application.css.erb b/app/assets/stylesheets/desktop.css.erb similarity index 100% rename from app/assets/stylesheets/application.css.erb rename to app/assets/stylesheets/desktop.css.erb diff --git a/app/assets/stylesheets/desktop/.gitkeep b/app/assets/stylesheets/desktop/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d diff --git a/app/views/common/_discourse_stylesheet.html.erb b/app/views/common/_discourse_stylesheet.html.erb index 1312283bbad..d0dbda215e2 100644 --- a/app/views/common/_discourse_stylesheet.html.erb +++ b/app/views/common/_discourse_stylesheet.html.erb @@ -2,7 +2,7 @@ <% if mobile_view? %> <%= stylesheet_link_tag "mobile" %> <% else %> - <%= stylesheet_link_tag "application" %> + <%= stylesheet_link_tag "desktop" %> <% end %> <%- end %>