try to fix error
This commit is contained in:
parent
1e92ace50c
commit
1c7672c77c
|
@ -35,7 +35,7 @@ all_template.each do |folder|
|
|||
s1 = texts.scan(/{|}/)
|
||||
if s1.count % 2 != 0
|
||||
i = texts.rindex(s1[-1])
|
||||
texts[i] = ''
|
||||
texts[i] = ""
|
||||
end
|
||||
regex_pattern = /.response-content {\n position: relative;\n}\n|.response-content[^{]*{[^}]*@media[^{]*{[^{]*}[^{]*@media[^{]*{[^{]*}[^}]*}[^}]*}/m
|
||||
if !texts.include? "$font-h1:"
|
||||
|
|
Loading…
Reference in New Issue