rails / sass-rails

Ruby on Rails stylesheet engine for Sass
MIT License
859 stars 333 forks source link

Moving from import to use #438

Open ohboyd opened 4 years ago

ohboyd commented 4 years ago

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. This comes from their @import page, and I'm curious if there are plans to update this.

Please let me know if there's a better channel to discuss this. Thanks!

jonachehilton commented 2 years ago

Any update on this?

benlieb commented 2 years ago

Also not quite sure how to use modern SASS with rails...