// =============================================================================
// Text truncate | Output
// =============================================================================
//
// Utility-class output for the text truncate module.  Currently a placeholder until
// the legacy `text_truncate--*` mixins are reorganised into a class API.
//
// =============================================================================

@use "../../../01-core/prefix" as *;
@use "./text-truncate.mixins" as *;

@layer ss.typography {
    // (No utility selectors emitted yet.)
}
