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

@layer components {
  .tiptap {
    @apply ticket-prose ticket-h-full ticket-bg-white ticket-w-full ticket-max-w-full ticket-max-h-full ticket-overflow-scroll ticket-rounded-md ticket-border-0 ticket-px-2 ticket-py-2 ticket-text-gray-900 ticket-shadow-sm ticket-ring-1 ticket-ring-inset ticket-ring-gray-300 placeholder:ticket-text-gray-400 focus:ticket-ring-2 focus:ticket-ring-inset focus:ticket-ring-brand-600 sm:ticket-text-sm sm:ticket-leading-6;
  }
}



/* In order to get transitions from tailwindcss-stimulus-components working, this is added */
.hidden {
  display: none;
}

turbo-frame {
  display: block;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
