custom <Image /> wrapper now supports static imports too

This commit is contained in:
2022-01-24 08:57:21 -05:00
parent 5d402bc31b
commit 51ecae3c9b
22 changed files with 289 additions and 355 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
}
.tags .tag::before {
content: "#"; /* cosmetically hashtagify tags */
content: "\0023"; /* cosmetically hashtagify tags */
padding-right: 0.125em;
color: var(--light);
}