From c5f349a9d184e7878c1cf21d5d1080dd29431bae Mon Sep 17 00:00:00 2001 From: Mary McGrath Date: Tue, 15 Dec 2020 15:32:04 -0500 Subject: [PATCH] feat: dark mode usage tip, get ci to release --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee1196f..1b6fa31 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,6 @@ or ### Usage -Coming soon. \ No newline at end of file +To support dark mode, ensure you use the `has-text-` and `has-background-` classes so that things invert properly. + +More Coming soon.