rails / sass-rails

Ruby on Rails stylesheet engine for Sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving from import to use

ohboyd opened this issue · comments

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!

Any update on this?

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