DEV Community

Discussion on: March 24th, 2022: What did you learn this week?

Collapse
 
juniordevforlife profile image
Jason F

I learned that Sass is going to deprecate the @import rule. From the Sass docs, "The Sass team discourages the continued use of the @import rule. Sass will gradually phase it out over the next few years, and eventually remove it from the language entirely. Prefer the @use rule instead. (Note that only Dart Sass currently supports @use. Users of other implementations must use the @import rule instead.)."

Collapse
 
nickytonline profile image
Nick Taylor

TIL!

Today I learned