{"id":28236994,"url":"https://github.com/bytebodger/javascript-css3-lookup","last_synced_at":"2025-10-25T04:05:55.054Z","repository":{"id":42660997,"uuid":"243667139","full_name":"bytebodger/javascript-css3-lookup","owner":"bytebodger","description":"A utility class for JS that shows all of the available properties/values in CSS3","archived":false,"fork":false,"pushed_at":"2023-01-29T18:46:01.000Z","size":1137,"stargazers_count":2,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T13:47:21.356Z","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/bytebodger.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":"2020-02-28T03:07:33.000Z","updated_at":"2023-01-29T18:46:06.000Z","dependencies_parsed_at":"2023-02-16T00:31:16.611Z","dependency_job_id":null,"html_url":"https://github.com/bytebodger/javascript-css3-lookup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bytebodger/javascript-css3-lookup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebodger%2Fjavascript-css3-lookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebodger%2Fjavascript-css3-lookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebodger%2Fjavascript-css3-lookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebodger%2Fjavascript-css3-lookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytebodger","download_url":"https://codeload.github.com/bytebodger/javascript-css3-lookup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytebodger%2Fjavascript-css3-lookup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264324673,"owners_count":23590934,"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":"2025-05-19T00:17:13.923Z","updated_at":"2025-10-25T04:05:50.017Z","avatar_url":"https://github.com/bytebodger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# css3\n\n`css3` is a lookup utility for CSS3 properties to be used when writing inline styles in JavaScript. It's a simple object that contains most of the commonly-used options for most of the CSS3 properties.\n\n## Usage\n\nAfter installation, import the utility as follows:\n\n```javascript\nimport { css3 } from '@toolz/css3';\n```\n\nThe `css3` variable will now be available within your code, and the structure of the object should provide for easier code completions in your IDE.\n\n**Examples:**\n\n```javascript\nexport const Foo = () =\u003e {\n   return \u003c\u003e\n      \u003cdiv style={{\n         cursor: css3.cursor.crosshair,\n         // every time you type one of the periods on the line above,\n         // your IDE should show you all of the options that are \n         // available - first in the css3 object, and then in the \n         // css3.cursor object\n      }}\u003e\n         Here is the div\n      \u003c/div\u003e\n   \u003c/\u003e\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebodger%2Fjavascript-css3-lookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytebodger%2Fjavascript-css3-lookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytebodger%2Fjavascript-css3-lookup/lists"}