/*
 * 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.
 */

/* 
 * Propshaft will translate @import url("/assets/trix-65afdb1d.css"); to @import url("/assets/trix-[digest].css"); 
 * where as @import 'trix.css'; does not go through this step and references the undigested version of the 
 * file which doesn't exist.
 * From: https://github.com/rails/rails/issues/51482
 */
@import url("/assets/actiontext-4e1dbda1.css");
@import url("/assets/trix-65afdb1d.css");
