/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
/**
* @module email/emailinlinestylestransformations
* @publicApi
*/
import { type ExportInlineStylesTransformation } from '@ckeditor/ckeditor5-export-inline-styles';
import type { StylesMap } from '@ckeditor/ckeditor5-engine';
/**
* Returns a collection of style property transformations designed for email compatibility.
*
* These transformations convert modern CSS styles into HTML attributes better
* supported by email clients. The transformations focus on converting alignment-related
* CSS properties into corresponding HTML attributes.
*
* Examples of transformations:
*
* 1. Float to align:
* * `` → `
`
*
* 2. Shorthand margin for centering:
* * `
|