6 | No changes 7 |
8 |6 | {{ properties.computedStyles.fontFamily }} 7 | {{ properties.computedStyles.fontSize }}px 8 |
9 |20 | {{ elProperties.computedStyles.fontFamily }} 21 | {{ elProperties.computedStyles.fontSize }}px 22 |
23 |Space / Click | 28 |Select element | 29 |
32 | Arrow keys 33 | | 34 |Navigate element | 35 |
Attributes
5 | 6 | 12 |HTML
3 |26 | @media{{ wrapInParenthesis(mediaCSS.mediaCondition) }} 27 |
28 |41 | {{ pseudoCSS.pseudo }} 42 |
43 |70 | {{ pseudoCSS.pseudo }} 71 |
72 |85 | @keyframes {{ animation.name }} 86 |
87 |{{ elNavigation.parent?.name }}
9 |21 | {{ getNodeArrow(index) + ' ' + node.name }} 22 |
23 |24 | │ 31 | {{ '└─ ' + node.firstChild.name }} 32 |
33 |Assets
6 |Website assets
7 |{{ asset.filename }}
50 |51 | {{ asset.size.width }}x{{ asset.size.height }} 52 |
53 |Website Color Palettes
5 |40 | {{ color.hex }} 41 |
42 |45 | {{ copyColorIndicator === color.hex ? '✅ Copied' : 'Copy' }} 46 |
47 |Custom CSS
5 |6 | Add custom css to the page 7 |
8 |Navigator
4 |