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

@layer components {
  .custom-class {
    //@apply ...;
  }
}
