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

Deprecated SCSS warnings from vendor code #142

Open
hughbris opened this issue Dec 28, 2019 · 0 comments
Open

Deprecated SCSS warnings from vendor code #142

hughbris opened this issue Dec 28, 2019 · 0 comments

Comments

@hughbris
Copy link

I was going to submit a PR until I realised the deprecation warnings I am seeing originate with included vendor code, which you may want to update by another process than random PRs.

So I'm seeing lots of

@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
311 │     @elseif $value == "space-around" {

and similar messages in scss/vendor/bourbon/css3/_flex-box.scss. They should be substituted or the library updated.

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

No branches or pull requests

1 participant