WIP: add Container type with corresponding Properties configuration
The configuration of the `Container` types is very much inspired by [clay](https://github.com/nicbarker/clay).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const std = @import("std");
|
||||
const Style = @import("Style.zig");
|
||||
const Style = @import("style.zig");
|
||||
|
||||
pub const Cell = @This();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user