6 Matching Annotations
  1. Oct 2020
  2. Sep 2020
    1. Ideally: Only let a parent control those specific CSS properties, and never let a child use them on the root element.
    2. margin, flex, position, left, right, top, bottom, width, height, align-self, justify-self among other is CSS properties that should never be modified by the child itself. The parent should always have control of those properties, which is the whole reason I'm asking for this.