{"id":13432923,"url":"https://github.com/argyleink/open-props","last_synced_at":"2025-05-14T09:02:46.578Z","repository":{"id":37739941,"uuid":"402643958","full_name":"argyleink/open-props","owner":"argyleink","description":"CSS custom properties to help accelerate adaptive and consistent design.","archived":false,"fork":false,"pushed_at":"2025-04-08T20:13:44.000Z","size":55457,"stargazers_count":5031,"open_issues_count":97,"forks_count":196,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-05-07T08:02:04.700Z","etag":null,"topics":["css","css-colors","css-custom-media-queries","css-custom-properties","css-easing-functions","css-gradients","css-normalise","css-utilites"],"latest_commit_sha":null,"homepage":"https://open-props.style","language":"HTML","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/argyleink.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-09-03T04:15:41.000Z","updated_at":"2025-05-06T23:08:33.000Z","dependencies_parsed_at":"2023-12-11T07:47:41.174Z","dependency_job_id":"830c015a-2861-4e0b-a426-3a53cdd29af1","html_url":"https://github.com/argyleink/open-props","commit_stats":{"total_commits":784,"total_committers":59,"mean_commits":"13.288135593220339","dds":0.5586734693877551,"last_synced_commit":"077a3a87108e1ecb0d2e9ffacc80b680fc139f03"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":"argyleink/vite-postcss-preset-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Fopen-props","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Fopen-props/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Fopen-props/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argyleink%2Fopen-props/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/argyleink","download_url":"https://codeload.github.com/argyleink/open-props/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020471,"owners_count":22000749,"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":["css","css-colors","css-custom-media-queries","css-custom-properties","css-easing-functions","css-gradients","css-normalise","css-utilites"],"created_at":"2024-07-31T02:01:18.591Z","updated_at":"2025-05-14T09:02:46.534Z","avatar_url":"https://github.com/argyleink.png","language":"HTML","readme":"\u003cdiv align=\"center\"\u003e\n  \n![Open Props Logo](https://user-images.githubusercontent.com/1134620/141246730-7df4cf2a-6249-42ca-a01b-494c3ccddabe.png)\n\n## Open Source CSS Variables\n  \n`colors` `gradients` `shadows` `aspect ratios` `typography`  \n`easings` `animations` `sizes` `borders` `z-indexes` `media-queries`  \n\n[![Tests](https://github.com/argyleink/open-props/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/argyleink/open-props/actions/workflows/tests.yml)\n[![npm version](http://img.shields.io/npm/v/open-props.svg)](https://npmjs.org/package/open-props)\n![Discord](https://badgen.net/discord/members/AqA4fU886r)\n  \n\u003cbr\u003e\n\n### Need help? \u0026nbsp; 👉 \u0026nbsp; [Discord](https://discord.gg/AqA4fU886r) \n  \n\u003c/div\u003e\n\n\u003cbr\u003e\n\n#### CDN ([browse](https://unpkg.com/browse/open-props@latest/))\n- [https://unpkg.com/open-props](https://unpkg.com/open-props)\n- [https://unpkg.com/open-props/normalize.min.css](https://unpkg.com/open-props/normalize.min.css) - Normalize (light + dark) [demo](https://codepen.io/argyleink/pen/KKvRORE)\n- [https://unpkg.com/open-props/open-props.tokens.json](https://unpkg.com/open-props/open-props.tokens.json) - Design Tokens\n- [https://unpkg.com/open-props/open-props.figma-tokens.sync.json](https://unpkg.com/open-props/open-props.figma-tokens.sync.json) - Figma Design Tokens\n- [https://unpkg.com/open-props/open-props.style-dictionary-tokens.json](https://unpkg.com/open-props/open-props.style-dictionary-tokens.json) - Style Dictionary Tokens\n\n#### Bookmarklet\n\n```js\njavascript: (() =\u003e {\n  const href = \"https://unpkg.com/open-props\";\n  document.head.append(Object.assign(document.createElement(\"link\"),{rel:\"stylesheet\",href}));\n})();\n```\n\n#### CLI\n- `npm run gen:op` - runs through `src/` js files and creates the PostCSS files in `src/`\n- `npm run gen:nowhere`  - creates a version of Open Props without the use of `:where()`\n- `npm run gen:shadowdom` - creates a version of Open Props with `:host` as the selector scope\n- `npm run gen:prefixed` - creates a version of Open Props with each prop prefixed with `op`, like `--op-font-size-1`\n- `npm run bundle` - creates all the various minified bundles of props\n- `npm run lib:js` - builds the JS modules for NPM\n","funding_links":[],"categories":["HTML"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargyleink%2Fopen-props","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fargyleink%2Fopen-props","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargyleink%2Fopen-props/lists"}