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
In recent versions of SASS, the @import keyword is depreciated. We only use these in a limited scope in globals.scss but it would be a good idea to migrate this to the new keywords.
In recent versions of SASS, the
@import
keyword is depreciated. We only use these in a limited scope inglobals.scss
but it would be a good idea to migrate this to the new keywords.https://sass-lang.com/blog/import-is-deprecated/
https://github.com/pbrucla/pbrucla.github.io/blob/main/assets/styles/global.scss
The text was updated successfully, but these errors were encountered: