fix: suppress editor warnings for Tailwind at-rules
- Add eslint-disable comments around @tailwind directives - Resolves 'Unknown at rule @tailwind' warnings in CSS editors - Comments clearly mark tailwindcss section for maintainability
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/* tailwindcss start - suppress at-rule warnings */
|
||||
/* eslint-disable */
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
/* eslint-enable */
|
||||
/* tailwindcss end */
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user