This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
DevLink global stylesheet moves into the css/ subfolder
DevLink global stylesheet moves into the css/ subfolder
When you re-sync your site with DevLink, the global.css stylesheet is now written to the css/ subfolder alongside the other DevLink stylesheets instead of at the root of the export.
What changed
global.css now lives at css/global.css alongside classes.module.css, instead of at the root of <rootDir>.
Action required
Update the path in the file that imports global.css (usually a layout or entry file) to add the css/ segment.
Before:
After:
The same change applies if you use a different alias or relative path — add css/ before global.css.
For more information, see What DevLink Exports.