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
If the user's project is configured to use .sass (not .scss) or Stylus, we should emit plain CSS files since our generated source is not valid in those syntaxes. Both .scss and .less are supersets of CSS, so those are fine.