Данный раздел посвящён стилизации компонентов, которые используются в блоке "style". Это наверное самый большой раздел. В большинстве тем, нет особой разницы между "id" элемента и его классом, если для вас важно различать класс и "id", то в этом разделе будет описано, как задать для данных элементов разные цвета. Все CSS переменные в этом разделе содержат префикс "style", чтобы их можно было отличить от других компонентов.
This section is devoted to the styling of the components that are used in the "style" block. This is probably the largest section. In most themes, there is no particular difference between the "id" of an element and its class. If it is important for you to distinguish between class and "id", then this section will describe how to set different colors for these elements. All CSS variables in this section contain the prefix "style" so that they can be distinguished from other components.
--cm-style-class - данная CSS переменная отвечает за цвет класса. Это значение будет применено к компоненту "mu-style-class".
--cm-style-class - this CSS variable is responsible for the color of the class. This value will be applied to the "mu-style-class" component.
--cm-style-id - данная CSS переменная отвечает за цвет id. Это значение будет применено к компоненту "mu-style-id".
--cm-style-id - this CSS variable is responsible for the color of the id. This value will be applied to the "mu-style-id" component.
--cm-style-tag - данная CSS переменная отвечает за цвет тега. Это значение будет применено к компоненту "mu-style-tag".
--cm-style-tag - this CSS variable is responsible for the color of the tag. This value will be applied to the "mu-style-tag" component.
--cm-style-param - данная CSS переменная отвечает за цвет параметров CSS. Это значение будет применено к компоненту "mu-style-param".
--cm-style-param - this CSS variable is responsible for the color of the CSS parameters. This value will be applied to the "mu-style-param" component.
--cm-style-key - данная CSS переменная отвечает за цвет вложенных правил. Это значение будет применено к компоненту "mu-style-key".
--cm-style-key - this CSS variable is responsible for the color of nested rules. This value will be applied to the "mu-style-key" component.
--cm-style-unit-mes - данная CSS переменная отвечает за цвет единиц измерений. Это значение будет применено к компоненту "mu-style-unit-meas".
--cm-style-unit-mes - this CSS variable is responsible for the color of the units of measurement. This value will be applied to the "mu-style-unit-meas" component.
--cm-style-ampersand - данная CSS переменная отвечает за цвет амперсанда. Это значение будет применено к компоненту "mu-style-ampersand".
--cm-style-ampersand - this CSS variable is responsible for the color of the ampersand. This value will be applied to the "mu-style-ampersand" component.
--cm-style-curly-brace - данная CSS переменная отвечает за цвет фигурных скобок. Это значение будет применено к компоненту "mu-style-curly-brace".
--cm-style-curly-brace - this CSS variable is responsible for the color of the curly braces. This value will be applied to the "mu-style-curly-brace" component.