Open bliutech opened 5 days ago
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.
@import
globals.scss
https://sass-lang.com/blog/import-is-deprecated/ https://github.com/pbrucla/pbrucla.github.io/blob/main/assets/styles/global.scss
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