diff options
author | 2021-10-07 21:27:47 -0700 | |
---|---|---|
committer | 2021-10-07 21:27:47 -0700 | |
commit | ae7b91efe2076254d66d608052f4729fd34b3546 (patch) | |
tree | 1bc8f86ca8997c4801839f38326e7b3993efe651 /examples/react-fast-refresh-test/src | |
parent | 6d9ccd9b8edb149aee957b3e6c7668cc45ce7664 (diff) | |
download | bun-ae7b91efe2076254d66d608052f4729fd34b3546.tar.gz bun-ae7b91efe2076254d66d608052f4729fd34b3546.tar.zst bun-ae7b91efe2076254d66d608052f4729fd34b3546.zip |
Add CSS HMR benchmarkjarred/bench
Diffstat (limited to 'examples/react-fast-refresh-test/src')
-rw-r--r-- | examples/react-fast-refresh-test/src/colors.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |