It might be nice to include an extends rule after #3 is implemented - essentially the syntax would look like component(some-component) extends(other-component) and it would just make the selector for some-component inherit all the declarations of other-component. This could be used on any kind of module, as long as the selector passed to extends is of the same type as the module inheriting the declarations.
It might be nice to include an
extendsrule after #3 is implemented - essentially the syntax would look likecomponent(some-component) extends(other-component)and it would just make the selector forsome-componentinherit all the declarations ofother-component. This could be used on any kind of module, as long as the selector passed toextendsis of the same type as the module inheriting the declarations.