Общие компоненты - это компоненты которые могут быть использованы в блоке шаблонов, скриптов и стилей. К ним относятся компоненты отвечающие за комментарии, компоненты отвечающие за вывод текстовой и числовой информации.
Common components are components that can be used in a block of templates, scripts, and styles. These include components responsible for comments, and components responsible for displaying text and numeric information.
--cm-main-color - данная CSS переменная отвечает за цвет текста по умолчанию. Если вы вставите текст без какого-либо компонента, или выведите его в компоненте "mu-type", то применится значение этой переменной.
--cm-main-color - this CSS variable is responsible for the default text color. If you insert text without any component, or output it in the "mu-type" component, the value of this variable will be applied.
--cm-text-color - данная CSS переменная отвечает за цвет текстовой информации, как правило это текст выведенный между 2 кавычками. Это значение будет применено к компоненту "mu-text".
--cm-text-color - this CSS variable is responsible for the color of the text information, as a rule, it is the text printed between 2 quotation marks. This value will be applied to the "mu-text" component.
--cm-number-color - данная CSS переменная отвечает за цвет числовой информации, как правило это числа. Это значение будет применено к компоненту "mu-number".
--cm-number-color - this CSS variable is responsible for the color of numeric information, usually numbers. This value will be applied to the "mu-number" component.
--cm-comment-color - данная CSS переменная отвечает за цвет комментариев. Это значение будет применено к компоненту "mu-comment".
--cm-comment-color - this CSS variable is responsible for the color of the comments. This value will be applied to the "mu-comment" component.