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 installing the RowindCSS package and compiling into Lua, the game throws the following error:
Stacktrace
Configuration
I have my repo setup according to the docs. I have run npx tailwindcss init as well.
Here is my package.json:
My tailwind.config.js:
Code where RowindCSS is used
The following is the only place I am using RowindCSS:
I will re-format this if needed for clarity.
Edit
I created a simple Roact client GUI inside of the PlayerGUI and am getting the same thing. I thought maybe other packages were conflicting with RowindCSS. I did not remove the other packages from my package.json.
The text was updated successfully, but these errors were encountered:
It seems like this is an issue with the build that was published to NPM. After building it myself and installing the package from my local system it worked fine
Issue
After installing the RowindCSS package and compiling into Lua, the game throws the following error:
Stacktrace
Configuration
I have my repo setup according to the docs. I have run
npx tailwindcss init
as well.Here is my package.json:

My tailwind.config.js:

Code where RowindCSS is used
The following is the only place I am using RowindCSS:
I will re-format this if needed for clarity.
Edit
I created a simple Roact client GUI inside of the PlayerGUI and am getting the same thing. I thought maybe other packages were conflicting with RowindCSS. I did not remove the other packages from my package.json.
The text was updated successfully, but these errors were encountered: