diff --git a/compiler/components/grid_col.json b/compiler/components/grid_col.json index 710be95..feb1fd3 100644 --- a/compiler/components/grid_col.json +++ b/compiler/components/grid_col.json @@ -2,5 +2,7 @@ "name": "GridCol", "parents": ["GridRow"], "single": true, - "attrs": [] + "attrs": [ + "span", "offset", "order" + ] } \ No newline at end of file