We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7b246 commit d8aab0eCopy full SHA for d8aab0e
app/views/components/phlex_concerns/flex_block.rb
@@ -1,5 +1,8 @@
1
module PhlexConcerns::FlexBlock
2
def flex_block(options = {}, &)
3
- div(class: "flex items-start flex-col space-col-4 grid-cols-12 md:items-center md:flex-row md:space-row-4 #{options[:class]}", &)
+ div(
4
+ **mix(options, class: "flex items-start flex-col space-col-4 grid-cols-12 md:items-center md:flex-row md:space-row-4"),
5
+ &
6
+ )
7
end
8
0 commit comments