{"id":47821919,"url":"https://github.com/unraid/tailwind-rem-to-rem","last_synced_at":"2026-04-03T19:12:27.931Z","repository":{"id":275208056,"uuid":"925413877","full_name":"unraid/tailwind-rem-to-rem","owner":"unraid","description":"Tailwind Plugin to Convert Rem units to Rem units","archived":false,"fork":false,"pushed_at":"2026-03-12T14:18:49.000Z","size":75,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-12T20:36:35.192Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unraid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-31T20:44:19.000Z","updated_at":"2025-06-24T14:23:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfd9d33f-84f2-402b-b45b-02ddf1ff0ff2","html_url":"https://github.com/unraid/tailwind-rem-to-rem","commit_stats":null,"previous_names":["unraid/tailwind-rem-to-rem"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/unraid/tailwind-rem-to-rem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unraid%2Ftailwind-rem-to-rem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unraid%2Ftailwind-rem-to-rem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unraid%2Ftailwind-rem-to-rem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unraid%2Ftailwind-rem-to-rem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unraid","download_url":"https://codeload.github.com/unraid/tailwind-rem-to-rem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unraid%2Ftailwind-rem-to-rem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31372199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"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":[],"created_at":"2026-04-03T19:12:26.720Z","updated_at":"2026-04-03T19:12:27.923Z","avatar_url":"https://github.com/unraid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tailwind-rem-to-rem\n\nA Tailwind CSS plugin that converts REM values in your Tailwind config based on different base font sizes.\n\n```bash\nnpm install tailwind-rem-to-rem\n```\n\n## Usage\n\nAdd the plugin to your `tailwind.config.js`:\n\n```js\nimport tailwindRemToRem from \"tailwind-rem-to-rem\";\n\nexport default {\n  theme: {\n    extend: {\n      fontSize: tailwindRemToRem({ baseFontSize: 16, newFontSize: 10 }),\n    },\n  },\n};\n```\n\n## Options\n\n- `baseFontSize`: The base font size to convert from\n- `newFontSize`: The new font size to convert to\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funraid%2Ftailwind-rem-to-rem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funraid%2Ftailwind-rem-to-rem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funraid%2Ftailwind-rem-to-rem/lists"}