mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Implement color() function from CSS specification
Colors can now be defined in different color spaces with the color() function. https://w3c.github.io/csswg-drafts/css-color-4/#predefined Differential Revision: https://phabricator.services.mozilla.com/D164866
This commit is contained in:
parent
896aac5e4a
commit
922914aa38
7 changed files with 781 additions and 65 deletions
|
@ -80,6 +80,7 @@ pub mod attr;
|
|||
pub mod author_styles;
|
||||
pub mod bezier;
|
||||
pub mod bloom;
|
||||
pub mod color;
|
||||
#[path = "properties/computed_value_flags.rs"]
|
||||
pub mod computed_value_flags;
|
||||
pub mod context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue