From 48fd0f58099637bb920fd944430472d5036aedc8 Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Sat, 8 Feb 2020 12:34:42 +0800 Subject: [PATCH] fix --- patchfile.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index 421b0e7..864c50e 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -6,7 +6,7 @@ app_path = File.expand_path(__dir__) template_path = ENV['PWD'] + '/app/templates' all_template = Dir.glob(template_path+'/*/') puts 'editing files for sassc' -check_texts = ['@import "../../bootstrap/variables";','.response-content {\n position: relative;\n\n @media (min-width: $screen-sm) {\n width: 100%;\n }\n\n @media (min-width: $screen-md) {\n width: 970px;\n }\n\n @media (min-width: $screen-lg) {\n width: 1100px;\n }\n}\n'] +check_texts = ['@import "../../bootstrap/variables";',".response-content {\n position: relative;\n\n @media (min-width: $screen-sm) {\n width: 100%;\n }\n\n @media (min-width: $screen-md) {\n width: 970px;\n }\n\n @media (min-width: $screen-lg) {\n width: 1100px;\n }\n}\n"] all_template.each do |folder| if !folder.include?('mobile') begin