{"id":16346591,"url":"https://github.com/matype/custom-properties-sass","last_synced_at":"2025-11-08T10:30:27.242Z","repository":{"id":144976123,"uuid":"66806212","full_name":"matype/custom-properties-sass","owner":"matype","description":"Transpile Custom Properties to Sass variables","archived":false,"fork":false,"pushed_at":"2016-08-29T03:11:55.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T02:44:27.366Z","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/matype.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":"2016-08-29T02:57:16.000Z","updated_at":"2017-12-05T15:27:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"4600b835-1877-4f5e-9c64-022d2571f2ff","html_url":"https://github.com/matype/custom-properties-sass","commit_stats":null,"previous_names":["morishitter/custom-properties-sass","matype/custom-properties-sass"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcustom-properties-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcustom-properties-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcustom-properties-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcustom-properties-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/custom-properties-sass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550232,"owners_count":19657541,"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-10-11T00:35:43.686Z","updated_at":"2025-11-08T10:30:27.181Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# custom-properties-sass [![Build Status](https://travis-ci.org/morishitter/custom-properties-sass.svg)](https://travis-ci.org/morishitter/custom-properties-sass)\n\nTranspile Custom Properties to Sass variables\n\n## Installation\n\n```shell\n$ npm install custom-properties-sass\n```\n\n## Example\n\nInput:\n\n```css\n:root {\n  --red: #ff4136;\n  --green: #2ecc40;\n  --blue: #0074d9;\n}\n```\n\nOutput:\n\n```scss\n$red: #ff4136;\n$green: #2ecc40;\n$blue: #0074d9;\n\n```\n\n## Usage\n\n```js\n// dependencies\nvar fs = require(\"fs\")\nvar postcss = require(\"postcss\")\nvar customPropertieSass = require(\"custom-propertie-sass\")\n\n// css to be processed\nvar css = fs.readFileSync(\"input.css\", \"utf8\")\n\n// process css\nvar output = postcss()\n  .use(customPropertieSass())\n  .process(css)\n  .css\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcustom-properties-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fcustom-properties-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcustom-properties-sass/lists"}