{"id":13827223,"url":"https://github.com/lit-styles/lit-styles","last_synced_at":"2025-07-09T03:31:25.322Z","repository":{"id":57373353,"uuid":"152718522","full_name":"lit-styles/lit-styles","owner":"lit-styles","description":"Monorepository with lit-css and integration with other tools and frameworks.","archived":false,"fork":false,"pushed_at":"2018-12-05T21:57:17.000Z","size":394,"stargazers_count":43,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-30T12:09:52.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/lit-styles.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":"2018-10-12T08:27:20.000Z","updated_at":"2023-03-04T00:44:00.000Z","dependencies_parsed_at":"2022-08-30T00:40:47.353Z","dependency_job_id":null,"html_url":"https://github.com/lit-styles/lit-styles","commit_stats":null,"previous_names":["bashmish/lit-styles"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-styles%2Flit-styles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-styles%2Flit-styles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-styles%2Flit-styles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-styles%2Flit-styles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lit-styles","download_url":"https://codeload.github.com/lit-styles/lit-styles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225481333,"owners_count":17481172,"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-08-04T09:01:52.267Z","updated_at":"2024-11-20T06:31:12.819Z","avatar_url":"https://github.com/lit-styles.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# lit-styles\n\nMonorepository with [lit-css](packages/lit-css#readme) and integration with other tools and frameworks.\n\n## Quick Example for Web Components\n\n```js\nimport { html } from 'lit-html';\nimport { css } from 'lit-css';\nimport { StyledLitElement } from 'styled-lit-element';\n\nclass FancyBadge extends StyledLitElement {\n  static get style() {\n    return css`\n      :host {\n        background-color: blue;\n        border-radius: 50%;\n        color: white;\n        padding: 4px;\n      }\n    `;\n  }\n\n  render() {\n    return html`\u003cslot\u003e\u003c/slot\u003e`;\n  }\n}\n```\n\n## Packages\n\nFor more information about each package and it's usage please refer to their docs:\n- [lit-css](packages/lit-css#readme)\n- [styled-lit-element](packages/styled-lit-element#readme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-styles%2Flit-styles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flit-styles%2Flit-styles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-styles%2Flit-styles/lists"}