-
-
Save usethetics/eecefc7d1a0b4cae21c4e957b1b7f1df to your computer and use it in GitHub Desktop.
Revisions
-
usethetics revised this gist
Dec 5, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} -
LeaVerou revised this gist
Nov 17, 2020 . No changes.There are no files selected for viewing
-
LeaVerou created this gist
Nov 17, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ /** * Custom emoji markers with 1 custom property */ ::marker { content: var(--marker); } .pros-cons { --marker: "👍🏼"; } .con { --marker: "👎🏼"; } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <ul> <li><ul> with no --marker specified</li> <li>Second item</li> <li style="--marker: '🥳'">Inline --marker</li> </ul> <ol> <li><ol> with no --marker specified</li> <li>Second item</li> </ol> <ul class="pros-cons"><li class="con">con</li><li>pro</li></ul> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // alert('Hello world!'); This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}