Closed kaelansmith closed 1 year ago
I'm glad you like it, Kaelan! 🙌
If you're willing, please send a pull request to update the column
section in the documentation.
Another idea is to merge the existing settings in the wrapper
method. This is the way.
Would you like to submit a pull request?
@vinkla Love the new column() method. I noticed that if you specify column() followed by wrapper(), wrapper() will override column(); example:
In this case ^, the second Image field won't be 50%. The simple solution is to move column() after wrapper():
and I can confirm that in this case ^, the class of 'dark-bg' still gets applied. So this isn't really a bug, but perhaps you could add a note to the README?