summaryrefslogtreecommitdiff
path: root/src/select/properties/Makefile
diff options
context:
space:
mode:
authorLucas Neves <lcneves@gmail.com>2017-09-28 15:46:31 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2017-10-21 15:03:51 +0100
commit12fd8aea8f990d30a2475ae886fc7aa98c77525b (patch)
tree77cb1264e856e4adfb472707008b791ce28c26a2 /src/select/properties/Makefile
parentd637196dce1f95d5294d9fb6fc2a8a3c785684d4 (diff)
downloadlibcss-12fd8aea8f990d30a2475ae886fc7aa98c77525b.tar.gz
libcss-12fd8aea8f990d30a2475ae886fc7aa98c77525b.tar.bz2
Selection: Logic for the flexbox properties.
Diffstat (limited to 'src/select/properties/Makefile')
-rw-r--r--src/select/properties/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/select/properties/Makefile b/src/select/properties/Makefile
index 288eda9..6c6cf84 100644
--- a/src/select/properties/Makefile
+++ b/src/select/properties/Makefile
@@ -1,5 +1,8 @@
# Sources
DIR_SOURCES := helpers.c \
+align_content.c \
+align_items.c \
+align_self.c \
azimuth.c \
background_attachment.c \
background_color.c \
@@ -47,6 +50,11 @@ direction.c \
display.c \
elevation.c \
empty_cells.c \
+flex_basis.c \
+flex_direction.c \
+flex_grow.c \
+flex_shrink.c \
+flex_wrap.c \
float.c \
font_family.c \
font_size.c \
@@ -54,6 +62,7 @@ font_style.c \
font_variant.c \
font_weight.c \
height.c \
+justify_content.c \
left.c \
letter_spacing.c \
line_height.c \
@@ -69,6 +78,7 @@ max_width.c \
min_height.c \
min_width.c \
opacity.c \
+order.c \
orphans.c \
outline_color.c \
outline_style.c \