{"id":22666567,"url":"https://github.com/luavolk/css2lit","last_synced_at":"2025-03-29T10:24:57.323Z","repository":{"id":53391859,"uuid":"214694616","full_name":"luaVolk/css2lit","owner":"luaVolk","description":"Converts css file to a lit-element css export","archived":false,"fork":false,"pushed_at":"2021-03-31T02:54:57.000Z","size":12,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T03:09:50.345Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luaVolk.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-10-12T18:20:50.000Z","updated_at":"2021-01-11T17:39:21.000Z","dependencies_parsed_at":"2022-09-13T17:20:24.375Z","dependency_job_id":null,"html_url":"https://github.com/luaVolk/css2lit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luaVolk%2Fcss2lit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luaVolk%2Fcss2lit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luaVolk%2Fcss2lit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luaVolk%2Fcss2lit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luaVolk","download_url":"https://codeload.github.com/luaVolk/css2lit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246169715,"owners_count":20734713,"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-12-09T14:16:19.567Z","updated_at":"2025-03-29T10:24:57.296Z","avatar_url":"https://github.com/luaVolk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS2Lit\n\nExecutable that converts css file to a lit-element css export\n\n## Instalation\n\n  ```bash\n  $ npm install css2lit\n  ```\n\n## Usage\n\n```bash\n$ npx css2lit path/to/file\n```\n\n## Example\n\n```css\n.body { color: blue }\n```\n\nOutput:\n\n```js\nimport {css} from 'lit-element';\nexport const style = css`.body { color: blue }`;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluavolk%2Fcss2lit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluavolk%2Fcss2lit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluavolk%2Fcss2lit/lists"}