From ae7b91efe2076254d66d608052f4729fd34b3546 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 7 Oct 2021 21:27:47 -0700 Subject: Add CSS HMR benchmark --- examples/react-fast-refresh-test/src/colors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/react-fast-refresh-test/src') diff --git a/examples/react-fast-refresh-test/src/colors.css b/examples/react-fast-refresh-test/src/colors.css index d45bf4ffc..06a185343 100644 --- a/examples/react-fast-refresh-test/src/colors.css +++ b/examples/react-fast-refresh-test/src/colors.css @@ -1,5 +1,5 @@ :root { - --timestamp: "12812"; + --timestamp: "0"; --interval: "8"; --progress-bar: 11.83299999999997%; --spinner-1-muted: rgb(142, 6, 182); @@ -11,4 +11,4 @@ --spinner-4-muted: rgb(155, 129, 108); --spinner-4-primary: rgb(194, 161, 135); --spinner-rotate: 213deg; -} \ No newline at end of file +} -- cgit v1.2.3