fixes from transition, tests pass, just because there are too little

This commit is contained in:
2022-12-11 12:20:53 +02:00
parent c615a77af3
commit 829d653b44
12 changed files with 54 additions and 32 deletions

View File

@ -12,7 +12,6 @@ module Merged
attributes["style"] = "background-image: url('#{img}');"
if(section.option("fixed") == "on")
attributes[:class] = attributes[:class] + " bg-fixed"
puts "Adding fixed"
end
attributes
end