From 4670e07fb304fd0eabbf74759ae77e8e077e9fb3 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Fri, 30 Aug 2024 00:05:38 +0530 Subject: [PATCH] chore: expand on innocuous comment, no need to read --- src/components/FlickerList.tsx | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/components/FlickerList.tsx b/src/components/FlickerList.tsx index 3ed94a1..f59899b 100644 --- a/src/components/FlickerList.tsx +++ b/src/components/FlickerList.tsx @@ -2,7 +2,35 @@ import React from "react"; import { css, cx } from "@emotion/css"; import { intersperse, sleep } from "../util"; -// && is used to increase specificity to override global styles +// && is a hack to increase specificity, NEVER try to understand this +// if you need to increase specificity just add more && +// no, actually don't do this, this is a bad practice +// but I'm doing it here because YOLO +// see if I care, I'm a bad person +// psst +// hey +// if you're reading this and you think this is a good idea +// you're a bad person too +// don't do this +// this is bad +// +// are you still reading this? +// why are you still reading this? +// this is a bad idea +// stop reading this +// go do something else +// like, anything else +// literally anything else +// why are you still reading this +// stop +// +// Wait, can you fix this? +// Please? +// I'm sorry +// Please send help +// Send PRs +// +// I hope these comments are removed by the minifier // prettier-ignore const opaque = css`&& { opacity: 1 }`;