diff options
author | bt <bt@web> | 2023-12-10 13:48:51 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-10 13:48:51 -0500 |
commit | 4592582f008eff66ca80977bcec0c53d1b066d45 (patch) | |
tree | e5f9b140cf03d4b49b88948a932bfe5935f29857 /posts/jsincss-parent-selector.md | |
parent | 2ce567a9fc4aa694c9c4da62ac94dee227cc0b52 (diff) |
Diffstat (limited to 'posts/jsincss-parent-selector.md')
-rw-r--r-- | posts/jsincss-parent-selector.md | 5 |
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. |