Chris Stroud
Chris Stroud
Create a sticky footer for when the content height is smaller than the viewport height. Fixes https://github.com/sdras/page-transitions-travelapp/issues/14
Show the selected user instead of the first user for the places title. Fixes https://github.com/sdras/page-transitions-travelapp/issues/15
Is it possible to pass a selected element to expect, rather than a string selector? Is there any way I could use it like this? ``` const element = $('.css-selector')...
**Is your feature request related to a problem? Please describe.** Is it possible to generate the typescript types from the tailwind.config.js file instead of manually creating them? **Describe the solution...