79552704

Date: 2025-04-03 10:51:43
Score: 1
Natty:
Report link

simply use import instead of // if index.css

@tailwind base;
@tailwind components;
@tailwind utilities;

do

@import "tailwindcss/preflight";
@import "tailwindcss/utilities";
@import 'tailwindcss';

import index.css into the main file thats all

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Govinda Sapkota