Translations
Differences between Tailwind CSS and react-native-tailwindcss
Class conversions rules
Every ‘class’ becomes CamelCase instead of tailwindCSS default -
separated.
A -
in the beginning of a ‘class’ becomes a _
.
A directional attribute will become capitalized for consistency reasons.
A /
also becomes a _
to separate the numbers.
These conversions happen also when adding new items to the config file.
Make sure to checkout the special cases if there is something acting different the expected.
If there is anything not working or working different then expected please create an issue.