postcss-andalusian-stylesheets
v0.0.4
Published
PostCSS plugin for writing Andalusian Stylesheets.
Downloads
3
Maintainers
Readme
PostCSS Andalusian Stylesheets
PostCSS plugin for writing Andalusian Stylesheets..
Usage
npm install --save-dev postcss postcss-andalusian-stylesheets
postcss([ require('postcss-andalusian-stylesheets') ])
See PostCSS docs for examples for your environment.
Contribute
Fork the repo
Setup the devel env with npm install
Run gulp
(it use gulp 4)
Edit src/properties.json
or src/values.json
. You can translate one item to only one value or several. For example
{
(...),
"blue": [
"asú",
"azú"
],
(...)
"color": "coló",
(...)
}
Add some tests if you want.
Add your name to AUTHORS.md
.
Make me a PR.
Thanks
This plugin is based on ismamz/postcss-spanish-stylesheets and Semigradsky/postcss-russian-stylesheets