postcss-spanish-stylesheets

1.2.0 • Public • Published

PostCSS Spanish Stylesheets Build Status

PostCSS plugin for writing Spanish Stylesheets 🇪🇸.

.foo {
    redondeado: 3px;
    fondo: #fff;
    ancho: 300px;
    alto: 200px;
    flota: izquierda;
    arriba: 10px;
    abajo: 0px;
    izquierda: 100px;
    derecha: 100px;
    espaciado: -1px;
    puntero: manito !importantisimo;
    text-transform: mayuscula;
}
.foo {
    border-radius: 3px;
    background: #fff;
    width: 300px;
    height: 200px;
    float: left;
    top: 10px;
    bottom: 0px;
    left: 100px;
    right: 100px;
    letter-spacing: -1px;
    cursor: pointer !important;
    text-transform: uppercase;
}

See the complete list of properties and values translated

Usage

postcss([ require('postcss-spanish-stylesheets') ])

See PostCSS docs for examples for your environment.

En Español 🇪🇸

License

MIT © Ismael Martínez

Dependents (0)

Package Sidebar

Install

npm i postcss-spanish-stylesheets

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • ismamz