A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| svg { width: 400px; height: 400px;}@keyframes circle_top { 0% { /*stroke-dashoffset: 1832.365;*/ } 100% { stroke-dashoffset: 1832.365; /*stroke-dashoffset: 0;*/ }}@keyframes circle_bottom { 0% { stroke-dashoffset: 1829.189; fill: #fff; } 80% { fill: #fff; } 100% { stroke-dashoffset: 0; fill: #1ba1e2; }}@keyframes triangle_top { 0% { stroke-dashoffset: 478.399; fill: #fff; } 80% { fill: #fff; } 100% { stroke-dashoffset: 0; fill: #1ba1e2; }}@keyframes triangle_bottom { 0% { stroke-dashoffset: 479.475; fill: #fff; } 80% { fill: #fff; } 100% { stroke-dashoffset: 0; fill: #1ba1e2; }}.circle_top { animation: circle_top 5s infinite linear; stroke-linecap: round; stroke-width: 10; stroke-dasharray: 0, 0, 150, 1682.365; stroke-dashoffset: 0; stroke-linejoin: round;}.circle_bottom { animation: circle_bot |
| // Doing this: | |
| const amountStyles = { | |
| paddingTop: 50 | |
| } | |
| const expenseOptions = { | |
| fields: { | |
| amount: { | |
| stylesheet: amountStyles, |
| https://codecov.io/#pricing |
| atom-chai-snippets@0.3.0 | |
| atom-ternjs@0.12.2 | |
| color-picker@2.0.14 | |
| docblockr@0.7.3 | |
| duotone-dark-red-syntax@0.3.2 | |
| duotone-dark-sea-syntax@0.1.0 | |
| editorconfig@1.2.2 | |
| emmet@2.3.17 | |
| file-icons@1.6.13 | |
| git-plus@5.9.0 |
| .feature-new-design { | |
| > .container { | |
| background-color: @color-white; | |
| .cover { | |
| .entity .cover; | |
| position: relative; | |
| width: 250px; | |
| height: 250px; | |
| margin: 0 auto; |
| $statutes = array( | |
| 'elegible' => array( | |
| 'id' => 0, | |
| 'nombre' => 'Elegible' | |
| ), | |
| 'elegido' => array( | |
| 'id' => 1, | |
| 'nombre' => 'Elegido' | |
| ), | |
| 'no-elegido' => array( |
| { | |
| "auto_complete": true, | |
| "auto_complete_triggers": | |
| [ | |
| { | |
| "characters": "<", | |
| "selector": "text.html" | |
| }, | |
| { | |
| "characters": ".", |
| { | |
| "auto_complete": true, | |
| "auto_complete_triggers": | |
| [ | |
| { | |
| "characters": "<", | |
| "selector": "text.html" | |
| }, | |
| { | |
| "characters": ".", |