We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86aef6 commit b82df1bCopy full SHA for b82df1b
themes/bridgepdx/layouts/application.html.erb
@@ -12,7 +12,7 @@
12
<% end %>
13
14
<!-- Stylesheets -->
15
- <% if %w[preview production].include?(RAILS_ENV) %>
+ <% if %w[preview production].include?(RAILS_ENV) && ENV['LOCALCSS'].blank? %>
16
<%= stylesheet_link_tag '/common/osbp_common_v3.css' %>
17
<% else %>
18
<%= theme_stylesheet_link_tag 'common_css/osbp_common_v3.css' %>
0 commit comments