Skip to content

Instantly share code, notes, and snippets.

@cvladan
Last active July 19, 2023 02:19
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvladan/e76ee7d157f116029f98a4d127d53d43 to your computer and use it in GitHub Desktop.
Save cvladan/e76ee7d157f116029f98a4d127d53d43 to your computer and use it in GitHub Desktop.
Fixed "CSS to Tailwind" Chrome Extension

I have corrected the original extension CSS To Tailwind to make it work again, but how long it will continue to work remains to be seen.

To install the modified extension, please follow these steps:

  1. Download the .zip file css-to-tailwind-2.0.0.0-fixed.zip from this Gist.
  2. Unzip the file and save it somewhere on your computer.
  3. Remove the existing "official" version of the extension, which is not working anyway.
  4. Open Google Chrome and go to the "Extensions" page. You can access the Extensions page by entering chrome://extensions in the address bar.
  5. Enable "Developer mode" by toggling the switch in the top right corner of the page.
  6. Click on the "Load Unpacked" button that appears in left area.
  7. Select the folder where you extracted the extension Zip archive.
  8. After loading the unpacked extension, you should see the modified version installed.

By following these steps, you should have the extension working again.

The URL address of the Gist is: https://gist.github.com/cvladan/e76ee7d157f116029f98a4d127d53d43

Direct link to Zip archive: css-to-tailwind-2.0.0.0-fixed.zip

@cvladan
Copy link
Author

cvladan commented May 17, 2023

Please note that the extension itself can sometimes be slow during the "Copying..." process, especially when the "Copy full DOM tree" option is selected.

@cvladan
Copy link
Author

cvladan commented May 17, 2023

Additionally, the extension may still not work on some websites without any apparent reason and without displaying any errors in the DevTools console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment