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
width: 100%;
width: '100%';
The root cause of: #2.
From Atul:
A: yeah so nodegui just passes on the css string after some pre processing (nodegui autoprefixer) to qt A: maybe it could be fixed there? J: Have you seen the same problem occur in NodeGUI, or is it just in Svelte NodeGUI? A: no it happens across all nodegui projects
A: yeah so nodegui just passes on the css string after some pre processing (nodegui autoprefixer) to qt
A: maybe it could be fixed there?
J: Have you seen the same problem occur in NodeGUI, or is it just in Svelte NodeGUI?
A: no it happens across all nodegui projects
Sounds like I'd better address this in NodeGUI itself rather than just Svelte NodeGUI.
The text was updated successfully, but these errors were encountered:
align-items: center;
Invalid value: alignItems: "23"
text-align: center;
No branches or pull requests
The root cause of: #2.
From Atul:
Sounds like I'd better address this in NodeGUI itself rather than just Svelte NodeGUI.
The text was updated successfully, but these errors were encountered: