The documentation for the input directive (https://tailwindcss.com/docs/functions-and-directives#import-directive) does not mention any options that can be passed.
The page Styling with utility classes (https://tailwindcss.com/docs/styling-with-utility-classes#using-the-important-flag) does document two options (important, prefix()). However, these are presented more as troubleshooting, and nowhere does it say if this list is exhaustive.
From looking at the source code, it would appear that layer(), theme(), source() and reference are also supported.
Therefore my request: document all of these on the functions and directives page (https://tailwindcss.com/docs/functions-and-directives#import-directive).
The documentation for the input directive (https://tailwindcss.com/docs/functions-and-directives#import-directive) does not mention any options that can be passed.
The page Styling with utility classes (https://tailwindcss.com/docs/styling-with-utility-classes#using-the-important-flag) does document two options (
important,prefix()). However, these are presented more as troubleshooting, and nowhere does it say if this list is exhaustive.From looking at the source code, it would appear that
layer(),theme(),source()andreferenceare also supported.Therefore my request: document all of these on the functions and directives page (https://tailwindcss.com/docs/functions-and-directives#import-directive).