Skip to content

Commit

Permalink
added css rules cache to discriminate rules bases on required compone…
Browse files Browse the repository at this point in the history
…nts, separate css data from style
  • Loading branch information
ncannasse committed Feb 8, 2022
1 parent a343aca commit 366bd67
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 70 deletions.
1 change: 1 addition & 0 deletions domkit/Component.hx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ interface ComponentDecl<T> {

class Component<BaseT,T> {

public var id = -1;
public var name : String;
public var make : Array<Dynamic> -> BaseT -> T;
public var parent : Component<BaseT,Dynamic>;
Expand Down
Loading

0 comments on commit 366bd67

Please sign in to comment.