/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@source inline("opacity-30 cursor-grab cursor-grabbing active:scale-[0.98] min-h-[140px] min-h-[100px]");
@source inline("bg-red-600 bg-orange-500 bg-fuchsia-600 bg-red-400 bg-gray-500");
@source inline("!p-2");

/* Alpine.js: hide elements with x-cloak until Alpine initializes */
[x-cloak] { display: none !important; }
