0.0.4 • Published 3 years ago

postcss-andalusian-stylesheets v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

PostCSS Andalusian Stylesheets Build Status

npm.io

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