Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismamz/postcss-spanish-stylesheets
Postcss plugin for writing Spanish Stylesheets.
https://github.com/ismamz/postcss-spanish-stylesheets
Last synced: 16 days ago
JSON representation
Postcss plugin for writing Spanish Stylesheets.
- Host: GitHub
- URL: https://github.com/ismamz/postcss-spanish-stylesheets
- Owner: ismamz
- License: mit
- Created: 2015-10-27T02:33:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T23:17:39.000Z (about 8 years ago)
- Last Synced: 2024-10-12T00:47:35.686Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PostCSS Spanish Stylesheets [![Build Status][ci-img]][ci]
[PostCSS] plugin for writing Spanish Stylesheets :es:.
[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/ismamz/postcss-spanish-stylesheets.svg
[ci]: https://travis-ci.org/ismamz/postcss-spanish-stylesheets```css
.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;
}
``````css
.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](https://github.com/ismamz/postcss-spanish-stylesheets/blob/master/index.js)
## Usage
```js
postcss([ require('postcss-spanish-stylesheets') ])
```See [PostCSS] docs for examples for your environment.
## En Español :es:
- [Escribir CSS en Español](http://isma.uy/escribir-css-espanol/)## License
MIT © [Ismael Martínez](http://isma.uy)