pbrucla / pbrucla.github.io

The home for Psi Beta Rho, UCLA's competitive Capture the Flag (CTF) cybersecurity team!
http://pbr.acmcyber.com/
7 stars 2 forks source link

`@import` is Depreciated #108

Open bliutech opened 5 days ago

bliutech commented 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.

https://sass-lang.com/blog/import-is-deprecated/ https://github.com/pbrucla/pbrucla.github.io/blob/main/assets/styles/global.scss