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

@include flex-item mixin does not work as a single mixin. #3

Open
rehamm01 opened this issue Feb 8, 2024 · 0 comments
Open

@include flex-item mixin does not work as a single mixin. #3

rehamm01 opened this issue Feb 8, 2024 · 0 comments

Comments

@rehamm01
Copy link

rehamm01 commented Feb 8, 2024

I tried to use the "@include flex-item" mixin to get the same effect as using these two classes on an element: .fs-offset-left-7 .fs-5.
However, when I tried it did not work. I had to use two flex-item mixins to get the same effect:
@include flex-item(5, 12, null, null, true, null, 0, 0);
@include flex-item(7, 12, 7, left, false);

Is it a bug that this can't be achieved using a single mixin?

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