
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
tailwindcss-question-mark
Advanced tools
A plugin that provides a helpful ? dev time utility.
Demo: https://play.tailwindcss.com/fXhD65EpG4?layout=horizontal

Install the plugin from npm:
# Using npm
npm install tailwindcss-question-mark
# Using Yarn
yarn add tailwindcss-question-mark
Then add the plugin to your tailwind.config.js file:
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
require("tailwindcss-question-mark"),
// ...
],
};
Simply add the ? utility class to any element that you'd like to highlight.
By default, the utility will animate the element with a pink highlight.
Optionally, you can specify a color by using the ?-{color} utility class with {color} being the semantic name. For
example, ?-blue will highlight the element with a blue color.

Demo: https://play.tailwindcss.com/fXhD65EpG4?layout=horizontal
Here's an example of how you can customize the plugin with the available configuration options and their defaults.
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
require("tailwindcss-question-mark")({
animationDuration: "0.6s",
enableAnimation: true,
highlightColorStart: "#f16bc9",
highlightColorEnd: "#f71fb6",
widthStart: "8px",
widthEnd: "12px",
}),
// ...
],
};
Demo with customization: https://play.tailwindcss.com/4Y4TsxcrNU?file=config
FAQs
A plugin that provides a helpful `?` dev time utilit
The npm package tailwindcss-question-mark receives a total of 4,897 weekly downloads. As such, tailwindcss-question-mark popularity was classified as popular.
We found that tailwindcss-question-mark demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.