Skip to content

Commit 4034b72

Browse files
feat(CSSLayout) - add CSSPositionTYpe
1 parent 9178d7e commit 4034b72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#pragma once
2+
3+
namespace CssLayoutEngine
4+
{
5+
public enum class CSSPositionType
6+
{
7+
RELATIVE,
8+
ABSOLUTE,
9+
};
10+
}

0 commit comments

Comments
 (0)