Version 0.3.0 of @studiocms/ui
introduced mostly accessibility improvements and is backwards compatible.
While there are no breaking changes, the method of importing the global.css
stylesheet in the root layout
has been deprecated in favor of using the provided integration.
We recommend doing the following to upgrade your project:
Remove the global.css
import from your root layout.
Add the following code to your astro.config.mjs
file:
The integration will automatically add the stylesheet to your page.