postcss-brazilian-portuguese-stylesheets
Version:
PostCSS plugin for writing CSS in Brazilian Portuguese
63 lines (62 loc) • 2.05 kB
JavaScript
module.exports = {
'background': 'fundo',
'background-color': 'corFundo',
'background-image': 'imagemFundo',
'background-repeat': 'repetirFundo',
'background-attachment': 'anexarFundo',
'background-position': 'posicaoFundo',
'border': 'borda',
'border-color': 'corBorda',
'border-top': 'bordaTopo',
'border-right': 'bordaDireita',
'border-bottom': 'bordaInferior',
'border-left': 'bordaEsquerda',
'border-top-style': 'estiloBordaTopo',
'border-top-width': 'larguraBordaTopo',
'border-top-color': 'corBordaTopo',
'border-right-style': 'estiloBordaDireita',
'border-right-width': 'larguraBordaDireita',
'border-right-color': 'corBordaDireita',
'border-bottom-style': 'estiloBordaInfeior',
'border-bottom-width': 'larguraBordaInferior',
'border-bottom-color': 'corBordaInferior',
'border-left-style': 'estiloBordaEsquerda',
'border-left-width': 'larguraBordaEsquerda',
'border-left-color': 'corBordaEsquerda',
'border-style':'estiloBorda',
'border-width': 'larguraBorda',
'bottom': 'inferior',
'color': 'cor',
'center': 'centro',
'font': 'fonte',
'font-family' : 'familiaFonte',
'font-family': 'tipoFonte',
'font-size': 'tamanhoFonte',
'font-stretch': ' expansaoFonte',
'font-style': 'estiloFonte',
'font-variant':' varianteFonte',
'font-weight': 'pesoFonte',
'height': 'altura',
'left': 'esquerda',
'line-height': 'alturaLinha',
'margin': 'margem',
'margin-top': 'margemTopo',
'margin-right': 'margemDireita',
'margin-bottom': 'margenInferior',
'margin-left': 'margemEsquerda',
'max-height': 'alturaMaxima',
'max-width': 'larguraMaxima',
'min-height': 'alturaMinima',
'min-width': 'larguraMinima',
'overflow': 'transbordar',
'padding': 'preenchimento',
'padding-top': 'preenchimentoTopo',
'padding-right': 'preenchimentoDireita',
'padding-bottom': 'preenchimentoInferior',
'padding-left': 'preenchimentoEsquerda',
'right': 'direita',
'top': 'topo',
'vertical-align': 'alinhamentoVertical',
'width': 'largura',
'z-index': 'eixo-z'
}