{"id":51017423,"url":"https://github.com/pierreburel/rem","last_synced_at":"2026-06-21T12:30:56.160Z","repository":{"id":351850702,"uuid":"1212842957","full_name":"pierreburel/rem","owner":"pierreburel","description":"PostCSS plugin, Javascript and Sass libraries to convert pixel to rem","archived":false,"fork":false,"pushed_at":"2026-04-16T21:24:27.000Z","size":1055,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-09T05:46:17.805Z","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/pierreburel.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2026-04-16T19:37:37.000Z","updated_at":"2026-04-16T21:24:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pierreburel/rem","commit_stats":null,"previous_names":["pierreburel/rem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pierreburel/rem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierreburel%2Frem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierreburel%2Frem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierreburel%2Frem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierreburel%2Frem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pierreburel","download_url":"https://codeload.github.com/pierreburel/rem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierreburel%2Frem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34610826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-06-21T12:30:55.376Z","updated_at":"2026-06-21T12:30:56.151Z","avatar_url":"https://github.com/pierreburel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rem [![CI](https://github.com/pierreburel/rem/actions/workflows/ci.yml/badge.svg)](https://github.com/pierreburel/rem/actions/workflows/ci.yml)\n\nMonorepo for rem/em unit conversion tools.\n\n## Packages\n\n| Package                                           | Description                                                           | npm                                                                                                                     |\n| ------------------------------------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |\n| [@pierreburel/sass-rem](packages/sass-rem/)       | Sass function and mixin to use rem units with optional pixel fallback | [![npm](https://img.shields.io/npm/v/@pierreburel/sass-rem)](https://www.npmjs.com/package/@pierreburel/sass-rem)       |\n| [@pierreburel/sass-em](packages/sass-em/)         | Sass function and mixin to convert px to em                           | [![npm](https://img.shields.io/npm/v/@pierreburel/sass-em)](https://www.npmjs.com/package/@pierreburel/sass-em)         |\n| [@pierreburel/postcss-rem](packages/postcss-rem/) | PostCSS plugin to use rem units with optional pixel fallback          | [![npm](https://img.shields.io/npm/v/@pierreburel/postcss-rem)](https://www.npmjs.com/package/@pierreburel/postcss-rem) |\n| [@pierreburel/postcss-em](packages/postcss-em/)   | PostCSS plugin to convert px to em                                    | [![npm](https://img.shields.io/npm/v/@pierreburel/postcss-em)](https://www.npmjs.com/package/@pierreburel/postcss-em)   |\n| [@pierreburel/rem](packages/rem/)                 | JavaScript function to convert CSS rem units                          | [![npm](https://img.shields.io/npm/v/@pierreburel/rem)](https://www.npmjs.com/package/@pierreburel/rem)                 |\n\n## Migrating from old package names\n\nThe packages were previously published as `sass-rem`, `sass-em`, `postcss-rem`, and `startijenn-rem`. Those names are deprecated but still work as redirects to the scoped packages.\n\n| Old name         | New name                   |\n| ---------------- | -------------------------- |\n| `sass-rem`       | `@pierreburel/sass-rem`    |\n| `sass-em`        | `@pierreburel/sass-em`     |\n| `postcss-rem`    | `@pierreburel/postcss-rem` |\n| `postcss-em`     | `@pierreburel/postcss-em`  |\n| `startijenn-rem` | `@pierreburel/rem`         |\n\n## Development\n\n```bash\nnpm install\nnpm test              # run all tests\nnpm test --workspace=packages/sass-rem  # run one package\n```\n\n## Releasing\n\n```bash\n./scripts/release.sh \u003cpackage\u003e \u003cpatch|minor|major\u003e\n# Example:\n./scripts/release.sh rem patch\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierreburel%2Frem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierreburel%2Frem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierreburel%2Frem/lists"}