{"id":24290757,"url":"https://github.com/karsanda/postcss-indonesian-stylesheets","last_synced_at":"2026-04-13T13:04:36.184Z","repository":{"id":57688190,"uuid":"479642166","full_name":"karsanda/postcss-indonesian-stylesheets","owner":"karsanda","description":"Write your CSS in Indonesian","archived":false,"fork":false,"pushed_at":"2024-04-21T13:18:07.000Z","size":512,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-08T21:45:44.366Z","etag":null,"topics":["bahasa","bahasa-indonesia","css","fun","indonesia","indonesian","indonesian-language","joke","postcss","postcss-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karsanda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-04-09T06:41:46.000Z","updated_at":"2023-08-12T14:54:40.000Z","dependencies_parsed_at":"2024-11-14T14:44:09.578Z","dependency_job_id":"bc6d44d0-929b-4d9d-b7ef-a15e7f8c0455","html_url":"https://github.com/karsanda/postcss-indonesian-stylesheets","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"99d93bccb2f3ee2e791b822b4feb30ad4de96af3"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/karsanda/postcss-indonesian-stylesheets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karsanda%2Fpostcss-indonesian-stylesheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karsanda%2Fpostcss-indonesian-stylesheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karsanda%2Fpostcss-indonesian-stylesheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karsanda%2Fpostcss-indonesian-stylesheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karsanda","download_url":"https://codeload.github.com/karsanda/postcss-indonesian-stylesheets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karsanda%2Fpostcss-indonesian-stylesheets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bahasa","bahasa-indonesia","css","fun","indonesia","indonesian","indonesian-language","joke","postcss","postcss-plugin"],"created_at":"2025-01-16T12:37:03.468Z","updated_at":"2026-04-13T13:04:35.966Z","avatar_url":"https://github.com/karsanda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-indonesian-stylesheets\n\n[PostCSS] plugin for writing CSS in Indonesian.\n\n[PostCSS]: https://github.com/postcss/postcss\n\n```css\n.foo {\n  /* Input example */\n  a {\n    warna: merah paksakan!;\n  }\n}\n```\n\n```css\n.foo {\n  /* Output example */\n  a {\n    color: red !important;\n  }\n}\n```\n\n## Usage\n\n**Step 1:** Install plugin:\n\n```sh\nnpm install --save-dev postcss postcss-indonesian-stylesheets\n```\n\n**Step 2:** Check you project for existed PostCSS config: `postcss.config.js`\nin the project root, `\"postcss\"` section in `package.json`\nor `postcss` in bundle config.\n\nIf you do not use PostCSS, add it according to [official docs]\nand set this plugin in settings.\n\n**Step 3:** Add the plugin to plugins list:\n\n```diff\nmodule.exports = {\n  plugins: [\n+   require('postcss-indonesian-stylesheets'),\n    require('autoprefixer')\n  ]\n}\n```\n\n[official docs]: https://github.com/postcss/postcss#usage\n\n## Documentations\n- [CSS Properties](https://github.com/karsanda/postcss-indonesian-stylesheets/blob/main/properties.js)  \n- [CSS Values](https://github.com/karsanda/postcss-indonesian-stylesheets/blob/main/values.js)  \n\n## Contributing\n`postcss-indonesian-stylesheets` doesn't cover all CSS properties and values in Indonesian. \nAny help in translating and adding more Indonesian word for properties and values is always appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarsanda%2Fpostcss-indonesian-stylesheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarsanda%2Fpostcss-indonesian-stylesheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarsanda%2Fpostcss-indonesian-stylesheets/lists"}