next.js/examples/with-orbit-components/app/globals.css
globals.css10 lines126 B
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  body {
    @apply bg-gray-50 text-gray-900;
  }
}
Quest for Codev2.0.0
/
SIGN IN