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

mixin for column-width deprecated in SASS 2.0 #1542

Open
JakobJR opened this issue Feb 3, 2023 · 0 comments · May be fixed by #1543
Open

mixin for column-width deprecated in SASS 2.0 #1542

JakobJR opened this issue Feb 3, 2023 · 0 comments · May be fixed by #1543

Comments

@JakobJR
Copy link

JakobJR commented Feb 3, 2023

// Column width with margin
@mixin column-width($numberColumns: 3) {
width: map-get($columns, $numberColumns) - ( ( $columns__margin * ( $numberColumns - 1 ) ) / $numberColumns );
}

This mixin is deprecated and will be removed in SASS 2.0.

JakobJR added a commit to JakobJR/_s that referenced this issue Feb 3, 2023
@JakobJR JakobJR linked a pull request Feb 3, 2023 that will close this issue
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 a pull request may close this issue.

1 participant