Skip to content

Instantly share code, notes, and snippets.

View kmbremner's full-sized avatar

Keith Bremner kmbremner

  • West Yorkshire, UK
View GitHub Profile
@KevinBatdorf
KevinBatdorf / add-prefix-to-tailwind-ui.js
Last active April 26, 2021 21:09
Add a prefix to Tailwind UI components automatically (with Tampermonkey)
// ==UserScript==
// @name Add TW UI prefix
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Add a prefix to Tailwind UI
// @author https://gist.github.com/KevinBatdorf/d772807789a79f07453c144c772d6a76
// @match https://tailwindui.com/components/*
// @grant none
// ==/UserScript==