I'm getting this error after installing gluestack and running the cli init (used the library option)
11:35:40 AM [vite] Internal server error: [postcss] Unexpected token, expected "{" (27:8)
Plugin: vite:css
File: /home/jeff/projects/calorie_tracker/app/src/index.css:undefined:NaN
35 | /* only use this to update the style of the auth input fields. use a different class for all other input fields */
36 | .auth-input-field {
37 | @apply w-full px-4 py-3 rounded-container bg-white border border-gray-200 focus:border-primary focus:ring-1 focus:ring-primary outline-none transition-shadow shadow-sm hover:shadow;
| ^
38 | }
no matter what I do I cannot get around this.