Modificador justificar texto - DesignLiquido/FolEs GitHub Wiki
O modificador FolEs justificar-texto
define qual tipo de justificação deve ser aplicada ao texto quando um elemento tem a propriedade alinhar-texto
definida com o valor justificar
.
Sintaxe
/* Valores específicos */
justificar-texto: nenhum;
justificar-texto: auto;
justificar-texto: entre-palavras;
justificar-texto: entre-caracteres;
justificar-texto: distribuir;
/* Valores globais */
justificar-texto: herdar;
justificar-texto: inicial;
justificar-texto: reverter;
justificar-texto: reverter-camada;
justificar-texto: desarmar;
Tradução para CSS
justificar-texto
é traduzido para text-justify
.