tailwind-screen-size
Version:
A framework-agnostic screen size indicator optimized for TailwindCSS but customizable for any CSS framework. Features real-time dimensions, breakpoints, themes, and development tools.
10 lines • 321 B
TypeScript
/**
* Detects if Tailwind CSS is being used in the project
* by checking for common Tailwind-specific classes in the document
*/
export declare function detectTailwind(): boolean;
/**
* Shows a warning message in the console
*/
export declare function showTailwindWarning(): void;
//# sourceMappingURL=index.d.ts.map