Open esurat20 opened 4 years ago
@some_attr
component my_list, ul [styles: @styles], @CONTENT end
my_list styles: %{font-color: blue, font-size: @some_attr} do content end
Hello, i tried to add an attribute like a variable for the component but got an error while compilation.
@some_attr
component my_list,
ul [styles: @styles], @CONTENT end
my_list styles: %{font-color: blue, font-size: @some_attr} do content end
Hello, i tried to add an attribute like a variable for the component but got an error while compilation.