diff options
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. |