Skip to content
Snippets Groups Projects
Select Git revision
  • 9e9bd26cc216b3f0b56eaeffff34ac71c9d623f2
  • main default protected
  • userHandling
  • snuggle
4 results

tailwind.presets.scss

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    tailwind.presets.scss 292 B
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
    
    @layer base {
      img,
      svg,
      video,
      canvas,
      audio,
      iframe,
      embed,
      object {
        display: inline;
        vertical-align: middle;
      }
      * {
        @apply border-border;
      }
      body {
        @apply bg-background text-foreground;
      }
    }