Add more tests for all the classes
Closed this issue · 3 comments
Add test for all of the rest of the implemented classes. I used tailwind play to get the expected output and put it into expected.css
, then copy the input into input.html
and the output.css
should be automatically generated.
Sometimes the order of the generated CSS classes differs from the tailwind
expected input, so reordering the expected.css
classes is allowed.
I also put arbitrary classes at the end of input.html
for every class that supports it.
- Layout
- Flexbox & Grid
- Spacing
- Sizing
- Typography
- Backgrounds
- Borders
- Effects
- Filters
- Tables
- Transitions & Animations
- Transforms
- Interactivity
- SVG
- Accessibility
Yeah sure! A lot of the time, Tailwind adds declarations like this, that are not written in the documentation, so the only way to know is with Tailwind Play. That's also why we write tests 😁.
Okay awesome, thank you for the tests! We're moving forward at a blistering pace!