no notes here
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# placeholder file used only for naming the gist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
placeholder file used only for naming the gist, as the name of this file is used for gist title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Homepage: https://gist.github.com/cvladan/8f0de5e61d773664d634cd70f3e07fe6 | |
# Homepage: selivan.github.io/socks | |
# https://github.com/selivan/selivan.github.io/blob/master/socks.txt | |
# | |
# Author: Pavel Selivanov, Vladan Colovic | |
# Contributors: Vlad Safronov (Oracle Linux 7.5, Centos 7), Vladan Colovic (Ubuntu) | |
# | |
# Usage: | |
# export PORT=someport; export PASSWORD=somepass; export USER=someuser |
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:
- Download the .zip file css-to-tailwind-2.0.0.0-fixed.zip from this Gist.
- Unzip the file and save it somewhere on your computer.
- Remove the existing "official" version of the extension, which is not working anyway.
- Open Google Chrome and go to the "Extensions" page. You can access the Extensions page by entering
chrome://extensions
in the address bar. - Enable "Developer mode" by toggling the switch in the top right corner of the page.
- Click on the "Load Unpacked" button that appears in left area.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// IMPORTANT: you need to import selector here | |
// import {Selector} from "@/Selector"; | |
/******************************************************************************* | |
CSS0.99.1B :: CSSUtilities | |
------------------------------------------------------------------------------- | |
Copyright (c) 2010 James Edwards (brothercake) <[email protected]> | |
BSD License See license.txt for licensing information | |
Info/Docs http://www.brothercake.com/site/resources/scripts/cssutilities/ | |
------------------------------------------------------------------------------- |