The purpose of this kata is to show how to style your Qwik application. The kata assumes you have already completed kata 3.
The idea here is to learn the following:
- How to use scoped styles
- How to integrate Tailwind
- How to use styled-vanilla-extract
- Understand why many of the css-in-js solutions are not a good fit for Qwik and why these are
- Understand the differences between the approaches
Complete the following:
- Style the
Inventory
component using scoped styles. Hint: Look upuseStylesScoped$
. - Style the
Inventory
component using Tailwind - Optional - Style the
Inventory
component using styled-vanilla-extract