##// END OF EJS Templates
Make Container widgets take children as the first positional argument...
Make Container widgets take children as the first positional argument This makes creating containers less cumbersome: Container([list, of, children]), rather than Container(children=[list, of, children])

File last commit:

r13942:cb2aacad
r17261:da6f284c
Show More
style.less
4 lines | 95 B | text/x-less | LessCssLexer
@import "variables.less";
@import "mixins.less";
@import "flexbox.less";
@import "error.less";