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
Please note: There are currently no automatic readable class names during development. However, you can still manually provide a debug ID as the last argument to functions that generate scoped styles, e.g. export const className = style({ ... }, 'className');
To:
Please note: There are currently no automatic readable class names during development. However, you can still set identifiers by either:
Manually providing a debug ID as the last argument to functions that generate scoped styles e.g. export const className = style({ ... }, 'className');
Setting the identifiers property of the plugin in vite.config.ts:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This section:
https://vanilla-extract.style/documentation/setup/#vite
Can be updated from:
To:
Please note: There are currently no automatic readable class names during development. However, you can still set identifiers by either:
Manually providing a debug ID as the last argument to functions that generate scoped styles e.g.
export const className = style({ ... }, 'className');
Setting the
identifiers
property of the plugin in vite.config.ts:Beta Was this translation helpful? Give feedback.
All reactions