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 @import with @use #49

Closed
wants to merge 1 commit into from
Closed

Conversation

IceBlizz6
Copy link

Replaces global imports by local imports. (@import -> @use)

@@ -1,8 +1,3 @@
@import "bulma/sass/utilities/functions";
Copy link
Author

Choose a reason for hiding this comment

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

2 first lines has been removed as the content should be included from "bulma/bulma".

.b-skeleton {
@mixin steps-size($size) {
Copy link
Author

Choose a reason for hiding this comment

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

This mixin was moved here out of the global scope because steps-size was already defined as mixin in a different file.
This was causing a conflict.

@IceBlizz6
Copy link
Author

This pull request aims to solve #48

@IceBlizz6
Copy link
Author

These changes needs further testing before being approved.

@jtommy jtommy marked this pull request as draft March 1, 2022 23:01
@jtommy jtommy closed this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants