From 8a523ef35f9b55f6e31de58089f8b1d63e556125 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:34:27 +0000 Subject: [PATCH] Format code with prettier This commit fixes the style issues introduced in 61c6922 according to the output from prettier. Details: https://deepsource.io/gh/fuwaa/pint/transform/41f1820b-f95f-4d01-b6b3-7d2b647739c5/ --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index 9010e64..73666fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,6 +21,7 @@ you can install this extension via the chrome web store (old version) or manually. ### chrome web store installation + > ⚠️ Please note that the version in the chrome web store is V1, which is very bad and outdated. @@ -39,11 +40,13 @@ you can install this extension via the chrome web store (old version) or manuall please check issue [#12](https://github.com/fuwaa/pint/issues/12) for more information :) ## limitations + > 💡 I am still looking for ways to better implement this! if you have any idea, please open an issue or create a pull request [here](https://github.com/fuwaa/pint/issues/new/choose) The old implementation used a `setTimeout()` function, however the delay makes the project look like garbage as you can see the original colors before seeing your palette applied. The new implementation simply throws the entire css of github and unsets it while hiding the entire html making github look like an empty page until your palette gets loaded. Slight issue though, a flicker comes from time to time but it isn't noticable. ## documentation + Documentation is planned to debut on [fuwadocs](https://docs.fuwa.sh/pint/), however it is still in progress and is quite low on the priority queue. ## contributing