Closed as not planned
Description
Describe the bug
When setting a color using define-color to a hex code that includes an alpha like #ffffff0d it throws an error that a semicolon is missing.
To reproduce
Steps to reproduce the behavior:
- Add @define-color border #ffffff0d; to the style.css
- Reload and check the logs.
2025-06-13T14:44:14.786116Z ERROR ironbar::style: 79:
0: Failed to load CSS
1: style.css:4:28Missing semicolon at end of color definition
Location:
src/style.rs:79
Suggestion: Check the CSS file for errors
Suggestion: GTK CSS uses a subset of the full CSS spec and many properties are not available. Ensure you are not using any unsupported property.
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.