{"id":21952523,"url":"https://github.com/rowno/postcss-remtopx","last_synced_at":"2025-07-05T02:04:02.205Z","repository":{"id":43903445,"uuid":"49696061","full_name":"Rowno/postcss-remtopx","owner":"Rowno","description":"PostCSS plugin for converting rem to px","archived":false,"fork":false,"pushed_at":"2022-02-13T21:06:15.000Z","size":444,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T05:24:01.905Z","etag":null,"topics":["postcss","postcss-plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rowno.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}},"created_at":"2016-01-15T04:24:56.000Z","updated_at":"2022-02-13T21:06:18.000Z","dependencies_parsed_at":"2022-09-04T16:20:42.238Z","dependency_job_id":null,"html_url":"https://github.com/Rowno/postcss-remtopx","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Rowno/postcss-remtopx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowno%2Fpostcss-remtopx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowno%2Fpostcss-remtopx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowno%2Fpostcss-remtopx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowno%2Fpostcss-remtopx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rowno","download_url":"https://codeload.github.com/Rowno/postcss-remtopx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rowno%2Fpostcss-remtopx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263245102,"owners_count":23436505,"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":["postcss","postcss-plugin"],"created_at":"2024-11-29T06:26:13.077Z","updated_at":"2025-07-05T02:04:02.186Z","avatar_url":"https://github.com/Rowno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-remtopx\n\n[![Build Status](https://api.travis-ci.org/Rowno/postcss-remtopx.svg?branch=master)](https://travis-ci.org/Rowno/postcss-remtopx)\n[![Dependency Status](https://david-dm.org/Rowno/postcss-remtopx/status.svg)](https://david-dm.org/Rowno/postcss-remtopx)\n\nPostCSS plugin for converting rem to px.\n\n\nGetting Started\n---------------\nInstall remtopx: `npm install --save-dev postcss-remtopx`\n\nInclude remtopx and execute:\n```js\nvar postcss = require('postcss');\nvar remtopx = require('postcss-remtopx');\n\nvar output = postcss([remtopx]).process('body { padding: 2rem; }');\n// body { padding: 32px; }\n```\n\nOptions\n-----\n\n```js\nvar output = postcss([remtopx({ rootFontSize: 14 })]).process('body { padding: 2rem; }');\n// body { padding: 28px; }\n```\n\n### `rootFontSize`\n\nType: `float` Default: `16`\n\nChanges the root font size used to calculate the rem pixel values.\n\n\nLicense\n-------\npostcss-remtopx is released under the ISC license.\n\nCopyright © 2016, Roland Warmerdam.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowno%2Fpostcss-remtopx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frowno%2Fpostcss-remtopx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowno%2Fpostcss-remtopx/lists"}