Using Tailwindcss, sass and vanilla javascript
Design comparison
Solution retrospective
any feedback is appreciated
Community feedback
- @markup-mitchellPosted about 4 years ago
It's really good!
The seach and results boxes collide from the 1024px breakpoint up to 1119px (just a tiny niggle!).
And the dividers between result boxes aren't behaving quite as they should. If it were me, I think I'd use
lg:border-l-2 lg:p-4
on the.result
divs.I've not seen anyone using a mix of tailwind and sass like this - I'd love to know why you chose to do it that way and how you found it. I'm in the slack channel if that's a better forum.
1@MarkoNikolajevicPosted about 4 years ago@markup-mitchell thank you for the feedbacks, I will try to use your solution to solve the problems of the .result div.
About tailwind and sass, I used it in this way because I think that I’ve more control of some style using sass than tailwind, do you suggest to use one or another and not both?
I can’t find you on Slack and send you a direct
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord