summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-10 13:48:51 -0500
committerIkiWiki <ikiwiki.info>2023-12-10 13:48:51 -0500
commit4592582f008eff66ca80977bcec0c53d1b066d45 (patch)
treee5f9b140cf03d4b49b88948a932bfe5935f29857 /posts
parent2ce567a9fc4aa694c9c4da62ac94dee227cc0b52 (diff)
Diffstat (limited to 'posts')
-rw-r--r--posts/jsincss-parent-selector.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/jsincss-parent-selector.md b/posts/jsincss-parent-selector.md
index f6176d8..f3c5684 100644
--- a/posts/jsincss-parent-selector.md
+++ b/posts/jsincss-parent-selector.md
@@ -1,6 +1,5 @@
-# Using Parent Selectors in CSS
-
-2018-12-19
+[[!meta title="Using Parent Selectors in CSS"]]
+[[!meta date="2018-12-19"]]
I recently saw a Twitter thread posted by <a href="https://twitter.com/innovati/status/1068998114491678720">Tommy Hodgins</a> on implementing highly requested styling features in CSS with only a minimal amount of JavaScript. Many of his examples are great, but the `parent` selector instantly peaked my interest.