Hi! If you see an error or something is missing (like :focus-within for few years :P) please let me know ❤️
Element -- selects all h2 elements on the page
h2 {| # Your snippets | |
| # | |
| # Atom snippets allow you to enter a simple prefix in the editor and hit tab to | |
| # expand the prefix into a larger code block with templated values. | |
| # | |
| # You can create a new snippet in this file by typing "snip" and then hitting tab. | |
| #------------------------------------------------------------------------------- | |
| # CoffeScript |
Contents:
| > new Date(Infinity) | |
| < Invalid Date |
alternatively use: http://geoff.greer.fm/lscolors/
The value of this variable describes what color to use for which attribute when colors are enabled with CLICOLOR. This string is a concatenation of pairs of the format fb, where f is the foreground color and b is the background color.
The color designators are as follows:
a black
| body { | |
| white-space: pre; | |
| font-family: monospace; | |
| font-size: 14px; | |
| line-height: 1.5; | |
| background: hsl(212, 25%, 12%); | |
| color: hsl(213, 18%, 66%); | |
| margin: 1rem; | |
| } |