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
As well, I found that $grid-gutter-width is not being replaced I think should be included beside the custom media replacement or do you think should be managed as a Paragon issue? @adam Stankiewicz
The text was updated successfully, but these errors were encountered:
Some MFE use $grid-gutter-width as a second or third parameter like frontend-app-authn, but the actual regex only validates the beginning, that's why the replace command doesn't change the variable.
@dcoa@adamstankiewicz This was fixed in a couple of PRs and a final fix is available in v22.0.0-alpha.5. Note however that you need to add -t usage to the command for it to work, i.e. after installing @edx/paragon@v22.0.0-alpha.5 you need to run replace-scss-with-css -p ./src -t usage in the root of the repo (I don't think there is a proper documentation for this right now, we'll probably need to add that as well).
The text was updated successfully, but these errors were encountered: