Commit f6999a32 authored by Nikolay Gromov's avatar Nikolay Gromov

Блок close: Исправил описание

parent 88179090
...@@ -4,6 +4,7 @@ mixin close(label, mods) ...@@ -4,6 +4,7 @@ mixin close(label, mods)
//- Принимает: //- Принимает:
//- label {string} - описание, значение атрибута aria-label //- label {string} - описание, значение атрибута aria-label
//- mods {string} - стилевые модификаторы
//- Вызов: //- Вызов:
+close('Закрыть') +close('Закрыть')
+close('Закрыть', 'sm') +close('Закрыть', 'sm')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment