{"id":19773928,"url":"https://github.com/badoo/rtl-css","last_synced_at":"2025-04-30T18:32:25.014Z","repository":{"id":29401483,"uuid":"32936846","full_name":"badoo/rtl-css","owner":"badoo","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-08T02:21:54.000Z","size":212,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-19T22:01:54.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-26T15:50:24.000Z","updated_at":"2018-12-12T11:18:16.000Z","dependencies_parsed_at":"2024-11-12T05:11:37.563Z","dependency_job_id":"0832f1ae-596d-4c72-9fba-8e4a2ae8e502","html_url":"https://github.com/badoo/rtl-css","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Frtl-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Frtl-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Frtl-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Frtl-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badoo","download_url":"https://codeload.github.com/badoo/rtl-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251761207,"owners_count":21639568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T05:11:32.483Z","updated_at":"2025-04-30T18:32:24.705Z","avatar_url":"https://github.com/badoo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Utility for converting CSS files using external rules\n\n[![NPM version][NPMVI]][NPMVURL] [![Build statusS][BSI]][BSURL] [![Code coverage][CSI]][CSURL]\n\n[NPMVI]: https://badge.fury.io/js/rtl-css.png\n[NPMVURL]: http://badge.fury.io/js/rtl-css\n[BSI]: https://secure.travis-ci.org/badoo/rtl-css.png?branch=master\n[BSURL]: http://travis-ci.org/badoo/rtl-css\n[CSI]: https://coveralls.io/repos/badoo/rtl-css/badge.png\n[CSURL]: https://coveralls.io/r/badoo/rtl-css\n\n-----\n\nAn example config.json contains rules for RTL conversion\n\nUsage example: `node bin/rtl-css.js -i ./test/fixtures/input.css -c config.json -d rtl`\n\nConfig format:\n\n## properties:\n\nReplacements for property names in format `{ old_name: new_name }`, for example `{ \"left\": \"right\" }`\n\n## values:\n\nReplacement patterns in format `property_name: old_value_pattern = new_value_pattern`\n\nValue patterns are defined in format `%i` or using direct value.\n\nFor example:\n\n`float: left = right`\n\nThis rule will convert `float: left` to `float: right`\n\nAnother, more sophisticated example:\n\n`box-shadow: %1 %2 inset = -%1 %2 inset`\n\nThis rule will convert `box-shadow: 1px 2px inset` to `box-shadow: -1px 2px inset`\n\n## options:\n\nYou can also specify prefixes for properties and suffixes to values that will be ignored. For example, `//` is an IE hack that should be ignored when rules are applied, as well as `\\9` in the value end.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadoo%2Frtl-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadoo%2Frtl-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadoo%2Frtl-css/lists"}