Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Replace SASS imports #8229

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Replace SASS imports #8229

merged 1 commit into from
Nov 14, 2024

Conversation

jrjohnson
Copy link
Member

@jrjohnson jrjohnson commented Nov 14, 2024

The @import syntax is deprecated in sass. If I'm understanding this correctly we should use @use when we want the imported thing to appear in this place, but @forward when we're saying when the containing file is @use'd we want to content to go there.

Did a little bit of clicking around, seems like this works. Will need a review by @dartajax and then we'll let Percy do it's thing as well.

The @import syntax is deprecated in sass. If I'm understanding this
correctly we should use @use when we want the imported thing to appear
in this place, but @forward when we're saying when the containing file
is @use'd we want to content to go there.
@jrjohnson jrjohnson marked this pull request as ready for review November 14, 2024 05:53
@stopfstedt stopfstedt added the run ui tests Run the expensive UI tests label Nov 14, 2024
Copy link
Contributor

@michaelchadwick michaelchadwick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was a lot easier than I thought (and the Migrator tool SASS provided not needed).

Copy link
Member

@dartajax dartajax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

click tested - percy approved - I'm gonna merge it

@dartajax dartajax merged commit 732987f into ilios:master Nov 14, 2024
43 checks passed
@jrjohnson jrjohnson deleted the sass-imports branch November 14, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run ui tests Run the expensive UI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants