organic_ast_explorer/src/OrgAst.module.css

11 lines
82 B
CSS
Raw Normal View History

2024-01-24 02:27:12 +00:00
.OrgAst {
flex: 1;
background: green;
}
.OrgAstNode {
}
.OrgAstNodeType {
}