{"id":19760094,"url":"https://github.com/singleware/oss","last_synced_at":"2025-12-31T01:10:10.476Z","repository":{"id":57160452,"uuid":"163692761","full_name":"Singleware/oss","owner":"Singleware","description":"Object Style Sheets package.","archived":false,"fork":false,"pushed_at":"2019-04-06T17:42:13.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T02:57:01.585Z","etag":null,"topics":["browser","css","helpers","javascript","singleware","typescrypt"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Singleware.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-12-31T19:25:18.000Z","updated_at":"2019-04-06T17:42:15.000Z","dependencies_parsed_at":"2022-09-09T07:00:57.044Z","dependency_job_id":null,"html_url":"https://github.com/Singleware/oss","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/Singleware%2Foss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Singleware%2Foss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Singleware%2Foss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Singleware%2Foss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Singleware","download_url":"https://codeload.github.com/Singleware/oss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090523,"owners_count":19907971,"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":["browser","css","helpers","javascript","singleware","typescrypt"],"created_at":"2024-11-12T03:35:17.275Z","updated_at":"2025-12-31T01:10:10.439Z","avatar_url":"https://github.com/Singleware.png","language":"TypeScript","readme":"# Object Style Sheets\n\nThis package provides some classes to help you create CSS statements at runtime in a easy way.\n\n## Usage\n\n```ts\nimport * as OSS from '@singleware/oss';\n\nconst stylesheet = new OSS.Stylesheet();\nconst style = stylesheet.select('.my-class');\n\nstyle.display = 'block';\nstyle.padding = '1rem';\nstyle.boxSizing = 'border-box';\n\nconst css = stylesheet.toString();\n```\n\n## Install\n\nUsing npm:\n\n```sh\nnpm i @singleware/oss\n```\n\n## License\n\n[MIT \u0026copy; Silas B. Domingos](https://balmante.eti.br)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingleware%2Foss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingleware%2Foss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingleware%2Foss/lists"}