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
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Updating to slate v1.0.0-beta.10 causes an issue where the injected CSS isn't falling back to the CSS variable but is being swapped out for the liquid tag.
Example:
on slate v1.0.0-beta.9 the injected CSS looks like
Update your @shopify/slate-tools line in your package.json to "@shopify/slate-tools": ">=1.0.0-beta.10",
More Information
Simply reverting back to slate v1.0.0-beta.9 does not seem to fix this error for the current theme. To fix this I had to duplicate a new theme and do a yarn start. This seemed to fix the issue.
The text was updated successfully, but these errors were encountered:
Problem
Updating to slate v1.0.0-beta.10 causes an issue where the injected CSS isn't falling back to the CSS variable but is being swapped out for the liquid tag.
Example:
on slate v1.0.0-beta.9 the injected CSS looks like
on slate v1.0.0-beta.10 the injected CSS is
Replication steps
Update your
@shopify/slate-tools
line in your package.json to"@shopify/slate-tools": ">=1.0.0-beta.10",
More Information
Simply reverting back to slate v1.0.0-beta.9 does not seem to fix this error for the current theme. To fix this I had to duplicate a new theme and do a yarn start. This seemed to fix the issue.
The text was updated successfully, but these errors were encountered: