We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5319d3 commit 6c72c34Copy full SHA for 6c72c34
index.js
@@ -211,6 +211,7 @@ class SourceColorUndefinedError extends Error {
211
// Types are a bit cursed right now
212
/**
213
* @import {PluginCreator} from "tailwindcss/plugin"
214
+ * PluginWithConfig is missing the config and internal reference properties in this copied definition that is not exposed
215
* @typedef {{ handler: PluginCreator}} PluginWithConfig
216
* @type {{(options: {sourceColor: string} | {'source-color': string} | {source: string}) : PluginWithConfig}}x
217
*/
0 commit comments