{"id":15533556,"url":"https://github.com/gavinjoyce/tailwindcss-question-mark","last_synced_at":"2025-08-26T03:14:57.224Z","repository":{"id":48524010,"uuid":"317349605","full_name":"GavinJoyce/tailwindcss-question-mark","owner":"GavinJoyce","description":"Adds a helpful ❓ dev time utility class ","archived":false,"fork":false,"pushed_at":"2024-07-12T17:50:34.000Z","size":19,"stargazers_count":120,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T11:09:52.900Z","etag":null,"topics":["tailwind","tailwind-plugin","tailwindcss","tailwindcss-plugin"],"latest_commit_sha":null,"homepage":"https://play.tailwindcss.com/fXhD65EpG4?layout=horizontal","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GavinJoyce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-30T21:24:07.000Z","updated_at":"2025-03-23T16:01:23.000Z","dependencies_parsed_at":"2024-01-15T20:47:36.550Z","dependency_job_id":"cbf2de14-95ff-42b5-bb99-c71886428cb3","html_url":"https://github.com/GavinJoyce/tailwindcss-question-mark","commit_stats":{"total_commits":26,"total_committers":5,"mean_commits":5.2,"dds":0.3076923076923077,"last_synced_commit":"a2b7d7af5f23788fe5e3c8aeb2520e5ad360975c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinJoyce%2Ftailwindcss-question-mark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinJoyce%2Ftailwindcss-question-mark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinJoyce%2Ftailwindcss-question-mark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinJoyce%2Ftailwindcss-question-mark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GavinJoyce","download_url":"https://codeload.github.com/GavinJoyce/tailwindcss-question-mark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492557,"owners_count":20947545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tailwind","tailwind-plugin","tailwindcss","tailwindcss-plugin"],"created_at":"2024-10-02T11:38:29.466Z","updated_at":"2025-04-06T14:12:08.278Z","avatar_url":"https://github.com/GavinJoyce.png","language":"JavaScript","readme":"# tailwindcss-question-mark\n\nA plugin that provides a helpful `?` dev time utility.\n\n**Demo**: [https://play.tailwindcss.com/fXhD65EpG4?layout=horizontal](https://play.tailwindcss.com/l31KWvYYJP?layout=horizontal)\n\n![example](https://user-images.githubusercontent.com/2526/248293688-da86d4e7-0955-40fb-8fb2-f892b270a9a8.gif)\n\n\n## [Installation](#installation \"Goto Installation\")\n\nInstall the plugin from npm:\n\n```sh\n# Using npm\nnpm install tailwindcss-question-mark\n\n# Using Yarn\nyarn add tailwindcss-question-mark\n```\n\nThen add the plugin to your `tailwind.config.js` file:\n\n```js\n// tailwind.config.js\nmodule.exports = {\n  theme: {\n    // ...\n  },\n  plugins: [\n    require(\"tailwindcss-question-mark\"),\n    // ...\n  ],\n};\n```\n\n## [Usage](#usage \"Goto Usage\")\n\nSimply add the `?` utility class to any element that you'd like to highlight.\nBy default, the utility will animate the element with a pink highlight.\n\nOptionally, you can specify a color by using the `?-{color}` utility class with `{color}` being the semantic name. For\nexample, `?-blue` will highlight the element with a blue color.\n\n![example](https://i.ibb.co/LvXtxLG/twcssqm-colors.gif)\n\n**Demo**: https://play.tailwindcss.com/fXhD65EpG4?layout=horizontal\n\n## [Customizing](#customizing \"Goto Customizing\")\n\nHere's an example of how you can customize the plugin with the available configuration options and their defaults.\n\n```js\n// tailwind.config.js\nmodule.exports = {\n  theme: {\n    // ...\n  },\n  plugins: [\n    require(\"tailwindcss-question-mark\")({\n      animationDuration: \"0.6s\",\n      enableAnimation: true,\n      highlightColorStart: \"#f16bc9\",\n      highlightColorEnd: \"#f71fb6\",\n      widthStart: \"8px\",\n      widthEnd: \"12px\",\n    }),\n    // ...\n  ],\n};\n```\n\n**Demo with customization**: https://play.tailwindcss.com/4Y4TsxcrNU?file=config\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinjoyce%2Ftailwindcss-question-mark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavinjoyce%2Ftailwindcss-question-mark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinjoyce%2Ftailwindcss-question-mark/lists"}