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
Fix: node-sass 4.11 doesn't like percent placeholders.
The current replacement strategy is broken in node-sass v4.11
for placeholders which are immediately followed by a percent (%) character.
The fix is to simply incorporate the percent char into a new, specifically named, replacement tag.
0 commit comments