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
Just a note, in your @each function in the scss file, you left out the '$' character, so none of the classes are actually set up correctly. E.g. .no-svg .flag-webicon.#{flag-webicons-icon} should be .no-svg .flag-webicon.#{$flag-webicons-icon}
The text was updated successfully, but these errors were encountered:
Just a note, in your @each function in the scss file, you left out the '$' character, so none of the classes are actually set up correctly. E.g. .no-svg .flag-webicon.#{flag-webicons-icon} should be .no-svg .flag-webicon.#{$flag-webicons-icon}
The text was updated successfully, but these errors were encountered: