Podcast
Questions and Answers
By default, how many breakpoints are there in Tailwind?
By default, how many breakpoints are there in Tailwind?
- 6
- 5 (correct)
- 3
- 4
How can you apply a utility class at a specific breakpoint in Tailwind?
How can you apply a utility class at a specific breakpoint in Tailwind?
- By suffixing the utility with the breakpoint name
- By wrapping the utility with the breakpoint name
- By prefixing the utility with the breakpoint name (correct)
- By using the breakpoint name as a modifier
What does the md:flex utility do?
What does the md:flex utility do?
- Makes an element flexible on large screens only
- Makes an element flexible on small screens only
- Makes an element flexible on all screen sizes
- Makes an element flexible on medium screens and larger (correct)
Which breakpoint range does the max-md modifier target?
Which breakpoint range does the max-md modifier target?
What is the default breakpoint system used in Tailwind?
What is the default breakpoint system used in Tailwind?
Which version of the utility class takes effect on all screen sizes?
Which version of the utility class takes effect on all screen sizes?
What is the purpose of the md:shrink-0 utility class?
What is the purpose of the md:shrink-0 utility class?