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
There are double minus in css file (--1px)
Download https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.css
.ui.attached.steps { width: calc(100% + (1px * 2)) !important; margin: 0em -1px 0; max-width: calc(100% + (1px * 2)); border-radius: 0.28571429rem 0.28571429rem 0em 0em; }
.ui.attached.steps { width: calc(100% + 2px) !important; margin: 0em -1px 0; max-width: calc(100% + 2px); border-radius: 0.28571429rem 0.28571429rem 0em 0em; }
2.4.2
There are also some places with double minus like here (--1px) I really think this is mistake. It it's not, please tell me what does it mean ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
There are double minus in css file (--1px)
Steps
Download https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.css
Expected Result
Actual Result
Version
2.4.2
There are also some places with double minus like here (--1px)
I really think this is mistake. It it's not, please tell me what does it mean ?
The text was updated successfully, but these errors were encountered: