You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the PR #3, the CSS is now hardcoded inline, so that it works on NextJS for now.
We need to take it outside in the future updates.
Suggestions by Yash:
We could use something like Styled Components for React to write CSS separately in JSX files. But the CSS for indic-transliterate is hardly 20 lines so inline might be more suitable in this case
I could use a UI library for the package if you want, but I don't think that should be required with its current code size.
Creating this issue so that we do not forget this.
The text was updated successfully, but these errors were encountered:
After the PR #3, the CSS is now hardcoded inline, so that it works on NextJS for now.
We need to take it outside in the future updates.
Suggestions by Yash:
Creating this issue so that we do not forget this.
The text was updated successfully, but these errors were encountered: