{"id":20247587,"url":"https://github.com/typestyle/css-to-typestyle","last_synced_at":"2025-04-10T21:32:09.080Z","repository":{"id":66129823,"uuid":"79520824","full_name":"typestyle/css-to-typestyle","owner":"typestyle","description":"Convert raw CSS to TypeStyle","archived":false,"fork":false,"pushed_at":"2017-08-01T16:30:56.000Z","size":69,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T18:52:35.131Z","etag":null,"topics":["converter","css","post-css","typescript","typestyle"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/typestyle.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}},"created_at":"2017-01-20T03:19:09.000Z","updated_at":"2020-03-02T01:01:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"7142bccd-7f26-4fce-892e-f42d20b3c977","html_url":"https://github.com/typestyle/css-to-typestyle","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.33333333333333337","last_synced_commit":"1f9e6c75d4af71436cc823b1f38cd2c7c3f6e2d8"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typestyle%2Fcss-to-typestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typestyle%2Fcss-to-typestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typestyle%2Fcss-to-typestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typestyle%2Fcss-to-typestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typestyle","download_url":"https://codeload.github.com/typestyle/css-to-typestyle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154998,"owners_count":21056542,"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":["converter","css","post-css","typescript","typestyle"],"created_at":"2024-11-14T09:38:04.783Z","updated_at":"2025-04-10T21:32:09.072Z","avatar_url":"https://github.com/typestyle.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS to TypeStyle converter\n\n\u003e Convert your raw CSS to TypeScript\n\n[![npm version](https://badge.fury.io/js/css-to-typestyle.svg)](https://badge.fury.io/js/css-to-typestyle) \n[![Build Status](https://travis-ci.org/typestyle/css-to-typestyle.svg?branch=master)](https://travis-ci.org/typestyle/css-to-typestyle)\n[![Downloads](https://img.shields.io/npm/dm/css-to-typestyle.svg)](https://www.npmjs.com/package/css-to-typestyle)\n\n## Why build this?\n\nCSS comes from all kinds of sources.  Rather than sticking css in cssRaw in TypeStyle, why not convert it to TypeStyle?\n\n## How to use it\n\n```ts\nimport { convertCss } from 'css-to-typestyle';\n\nconvertCss('.redClass{ color: red }')\n  .then((typestyleSource) =\u003e {\n    // write out to file\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypestyle%2Fcss-to-typestyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypestyle%2Fcss-to-typestyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypestyle%2Fcss-to-typestyle/lists"}