{"id":15392959,"url":"https://github.com/pimbrouwers/purecss-utils","last_synced_at":"2025-04-15T23:28:36.629Z","repository":{"id":70794979,"uuid":"42469891","full_name":"pimbrouwers/purecss-utils","owner":"pimbrouwers","description":"Extesnion Library for YUI Pure CSS (www.purecss.io)","archived":false,"fork":false,"pushed_at":"2018-08-27T19:02:30.000Z","size":49,"stargazers_count":27,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T02:41:38.288Z","etag":null,"topics":["css","purecss","yui"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pimbrouwers.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}},"created_at":"2015-09-14T18:50:55.000Z","updated_at":"2022-11-04T21:18:52.000Z","dependencies_parsed_at":"2023-05-29T03:15:27.631Z","dependency_job_id":null,"html_url":"https://github.com/pimbrouwers/purecss-utils","commit_stats":{"total_commits":17,"total_committers":4,"mean_commits":4.25,"dds":0.4117647058823529,"last_synced_commit":"e1ebfa0ff0862eb50ab74cb66192218a41a29b34"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fpurecss-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fpurecss-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fpurecss-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimbrouwers%2Fpurecss-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pimbrouwers","download_url":"https://codeload.github.com/pimbrouwers/purecss-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248794569,"owners_count":21162615,"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","purecss","yui"],"created_at":"2024-10-01T15:16:50.480Z","updated_at":"2025-04-15T23:28:36.591Z","avatar_url":"https://github.com/pimbrouwers.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YUI Pure CSS Extensions\n\n[![npm](https://img.shields.io/npm/v/purecss-utils.svg)](https://www.npmjs.com/package/purecss-utils)\n\nExtension Library for YUI Pure CSS (www.purecss.io) designed to work purposefully with the default grid.\n\n## Getting Started\n\n### CDN\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/purecss-utils\"/\u003e\n```\n\n### NPM\n\n```javascript\nnpm install purecss-utils\n```\n\n## Responsive Utilities\nAllows for hiding/showing content based on media breakpoints\n\n```css\n@media screen and (max-width:35.5em) {\n    .pure-hidden-xs {\n        display: none !important\n    }\n}\n\n@media screen and (min-width:35.5em) and (max-width:47.999em) {\n    .pure-hidden-sm {\n        display: none !important\n    }\n}\n\n@media screen and (min-width:48em) and (max-width:63.999em) {\n    .pure-hidden-md {\n        display: none !important\n    }\n}\n\n@media screen and (min-width:64em) and (max-width:79.999em) {\n    .pure-hidden-lg {\n        display: none !important\n    }\n}\n\n@media screen and (min-width:80em) {\n    .pure-hidden-xl {\n        display: none !important\n    }\n}\n```\n\n## Push \u0026 Pull\nBoostrap-esque pushing and pulling, to offset columns.\n\n```css\n.pure-push-{breakpoint}-{1-24}-{1-24} { }\n```\n\n```html\n\u003cdiv class=\"pure-u-sm-1-4 pure-push-sm-3-4\"\u003e\u003c/div\u003e\n\u003cdiv class=\"pure-u-sm-3-4 pure-pull-sm-1-4\"\u003e\u003c/div\u003e\n```\n\n## Flexbox Grid\nFlexbox powered grid.\n\n```html\n\u003cdiv class=\"pure-g-flex\"\u003e\n\t\u003cdiv class=\"pure-u-flex-1-3 pure-u-flex-sm-2-3\"\u003e\u003c/div\u003e\n\t\u003cdiv class=\"pure-u-flex-2-3 pure-u-flex-sm-1-3\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimbrouwers%2Fpurecss-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpimbrouwers%2Fpurecss-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimbrouwers%2Fpurecss-utils/lists"}