Adds a helpful dev time utility class
The tailwindcss-question-mark is a plugin designed to provide a helpful dev-time utility by allowing users to highlight elements with a “?” utility class. This plugin can be easily customized and installed into your Tailwind CSS project.
To install the tailwindcss-question-mark plugin, run the following npm command in your project directory:
npm install tailwindcss-question-mark
Next, add the plugin to your tailwind.config.js file:
// tailwind.config.js
module.exports = {
plugins: [
require('tailwindcss-question-mark')
// other plugins...
],
// other config settings...
};
The tailwindcss-question-mark plugin is a useful utility for developers working with Tailwind CSS, allowing them to easily highlight elements during development. With customizable color options and easy integration, this plugin enhances the development experience.