initial support for text layout

This commit is contained in:
Christopher Chedeau
2014-04-26 12:16:27 -07:00
parent 6fdd724820
commit c06f48c45f
5 changed files with 21 additions and 4 deletions

View File

@@ -7,8 +7,6 @@
#include "Layout.h"
#define CSS_UNDEFINED NAN
void init_css_node(css_node_t *node) {
node->style.align_items = CSS_ALIGN_FLEX_START;