Skip to content
New issue

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

Add serde optional feature for cssparser-color #376

Closed
Loirooriol opened this issue Mar 31, 2024 · 3 comments
Closed

Add serde optional feature for cssparser-color #376

Loirooriol opened this issue Mar 31, 2024 · 3 comments

Comments

@Loirooriol
Copy link

#363 split the color parsing into a separate crate, which has things like

#[cfg(feature = "serde")]

However, its Cargo.toml doesn't define any serde feature.

@emilio

@chipnertkj
Copy link
Contributor

@Loirooriol Hi there, coincidentally I needed the same thing done a while ago, here's my PR: #377

@emilio
Copy link
Member

emilio commented Apr 6, 2024

Fixed by #388, thanks @chipnertkj

@emilio emilio closed this as completed Apr 6, 2024
@emilio
Copy link
Member

emilio commented Apr 6, 2024

Err, #378 (which is just a rebase of #377)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants