lib/generators/bootswatch/install/templates/loader.css.less.tt in twitter-bootswatch-rails-2.3.2.6 vs lib/generators/bootswatch/install/templates/loader.css.less.tt in twitter-bootswatch-rails-2.3.2.7
- old
+ new
@@ -1,9 +1,9 @@
// <%= config[:theme_info] %>
// Bootswatch
// loader.css.less
-// customize the modules loaded here
+// Customize the modules loaded here
<%
config[:less_imports].map{|item| item.gsub(/.less/, '')}.each do |less_file|
case less_file
when /(variables|mixins)/ then
@@ -14,6 +14,8 @@
else
%>@import "twitter/bootstrap/<%= less_file %>";
<%
end
end
-%>
+%>
+
+// @import "<%= config[:theme_name] %>/responsive";
\ No newline at end of file