mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb/CSS: Expose StyleProperty outside of LibWeb
This commit is contained in:
parent
aa8bf6372f
commit
1ccf37a6ac
Notes:
github-actions[bot]
2025-09-26 20:33:12 +00:00
Author: https://github.com/AtkinsSJ
Commit: 1ccf37a6ac
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6311
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ enum class Important : u8 {
|
|||
Yes,
|
||||
};
|
||||
|
||||
struct StyleProperty {
|
||||
struct WEB_API StyleProperty {
|
||||
~StyleProperty();
|
||||
|
||||
Important important { Important::No };
|
||||
CSS::PropertyID property_id;
|
||||
PropertyID property_id;
|
||||
NonnullRefPtr<StyleValue const> value;
|
||||
FlyString custom_name {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue