mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Css/Tokenizer: Add @css_border, @css_radius
This commit is contained in:
@@ -37,6 +37,27 @@ class @css_area
|
|||||||
@css_side right;
|
@css_side right;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class @css_radius
|
||||||
|
{
|
||||||
|
@css_side topLeft;
|
||||||
|
@css_side topRight;
|
||||||
|
@css_side bottomLeft;
|
||||||
|
@css_side bottomRight;
|
||||||
|
}
|
||||||
|
|
||||||
|
class @css_border : @css_area
|
||||||
|
{
|
||||||
|
U32 topColor;
|
||||||
|
U32 bottomColor;
|
||||||
|
U32 leftColor;
|
||||||
|
U32 rightColor;
|
||||||
|
I64 topStyle;
|
||||||
|
I64 bottomStyle;
|
||||||
|
I64 leftStyle;
|
||||||
|
I64 rightStyle;
|
||||||
|
@css_radius radius;
|
||||||
|
};
|
||||||
|
|
||||||
class @css_tokenizer
|
class @css_tokenizer
|
||||||
{
|
{
|
||||||
U8* buffer;
|
U8* buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user