mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2244 from vikhyat/css-import
Site Customization @import fixes
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<%- unless SiteCustomization.override_default_style(session[:preview_style]) %>
|
||||
<% if mobile_view? %>
|
||||
<%= stylesheet_link_tag "mobile" %>
|
||||
<%= stylesheet_link_tag "plugins_mobile" %>
|
||||
<% else %>
|
||||
<%= stylesheet_link_tag "desktop" %>
|
||||
<%= stylesheet_link_tag "plugins" %>
|
||||
<% end %>
|
||||
<%- end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user