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
serde
#363 split the color parsing into a separate crate, which has things like
rust-cssparser/color/lib.rs
Line 19 in c3314d1
However, its Cargo.toml doesn't define any serde feature.
Cargo.toml
@emilio
The text was updated successfully, but these errors were encountered:
@Loirooriol Hi there, coincidentally I needed the same thing done a while ago, here's my PR: #377
Sorry, something went wrong.
cssparser-color
Fixed by #388, thanks @chipnertkj
Err, #378 (which is just a rebase of #377)
No branches or pull requests
#363 split the color parsing into a separate crate, which has things like
rust-cssparser/color/lib.rs
Line 19 in c3314d1
However, its
Cargo.toml
doesn't define anyserde
feature.@emilio
The text was updated successfully, but these errors were encountered: