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
When I try to @import a partial that is a .sass file, it attempts to interpret it as a .scss file. It essentially complains that top level variables need to be terminated with a ";" (semicolon) which you do not need to do with a .sass file.
After I renamed the file to .scss and added the semicolons, everything worked fine.
The text was updated successfully, but these errors were encountered:
When I try to @import a partial that is a .sass file, it attempts to interpret it as a .scss file. It essentially complains that top level variables need to be terminated with a ";" (semicolon) which you do not need to do with a .sass file.
After I renamed the file to .scss and added the semicolons, everything worked fine.
The text was updated successfully, but these errors were encountered: