mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Allow importing Discourse styles in custom stylesheets to modify vars.
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
<% end %>
|
||||
<%- end %>
|
||||
|
||||
<%= stylesheet_link_tag "plugins" %>
|
||||
|
||||
<%- if staff? %>
|
||||
<%= stylesheet_link_tag "admin"%>
|
||||
<%-end%>
|
||||
<%- end %>
|
||||
|
||||
<%- unless customization_disabled? %>
|
||||
<%= SiteCustomization.custom_stylesheet(session[:preview_style], mobile_view? ? :mobile : :desktop) %>
|
||||
|
||||
Reference in New Issue
Block a user