Since CryoLayer needs to modify HTML to support inlining critical CSS, this can sometimes negatively affect styles on some sites. This is why we turn this feature off by default. Follow these instructions to turn on inlining critical CSS.
- In your Netlify site's dashboard, click the "Site settings" tab.
- Click on "Build & deploy" on the left-hand side.
- Scroll down to where it says "Environment Variables".
- Click the "Edit variables" button.
- Click the "New variable" button.
- Input "INLINE_CSS" for the variable name, and "yes" for the value, without the quotes.
- Now just publish your Webflow site again. Once Netlify is done building, check your site to make sure there aren't any styling issues.
If you notice any styling issues with your site, go back into the Environment Variables settings and remove the "INLINE_CSS" variable you just created.