Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace asset-url with url in Sass files #3698

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacob-carlborg-apoex
Copy link
Contributor

Both Sprockets and Propshaft will replace url with a digested version [1]. This change allows to use these Sass files with other Sass implementations like, Dartsass [2].

This also helps with: #3697.

[1] rails/dartsass-rails#18 (comment)
[2] https://github.com/rails/dartsass-rails

Both Sprockets and Propshaft will replace `url` with a digested
version [1]. This change allows to use these Sass files with other
Sass implementations like, Dartsass [2].

[1] rails/dartsass-rails#18 (comment)
[2] https://github.com/rails/dartsass-rails
@mshibuya
Copy link
Member

Note: support for url was added from sprockets-rails 3.3.0.
rails/sprockets-rails#476

@mshibuya mshibuya added this to the 4.0.0 milestone Dec 8, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants