Vue learning diary 36

1.p:last-child Resolution: [1] The: last child selector is used to match the last child element in the parent element [2] P: last child is equivalent to P: nth last child (1) 2. Hidden classes based on breakpoints Parsing: import 'element UI / lib / theme talk / display css’; [1] Hidden xs only: hidden when viewport is at xs size [2] Hid ...

Posted by minou on Fri, 11 Feb 2022 06:48:51 +0100