We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now each icon has own margins for each size + parent container has related negative margins.
It can be replaced by modern display: inline-flex; and gap, which is more convenient and powerful.
display: inline-flex;
gap
For example, column orientation #72 will be implemented in this case by just one rule: flex-direction: column;.
flex-direction: column;
The text was updated successfully, but these errors were encountered:
Do you want to make a PR?
Sorry, something went wrong.
@NikolayRys Ok, i'll try to do it ASAP.
@NikolayRys PR #205
No branches or pull requests
For now each icon has own margins for each size + parent container has related negative margins.
It can be replaced by modern
display: inline-flex;
andgap
, which is more convenient and powerful.For example, column orientation #72 will be implemented in this case by just one rule:
flex-direction: column;
.The text was updated successfully, but these errors were encountered: