{"id":13398563,"url":"https://github.com/pure-css/pure","last_synced_at":"2025-12-16T15:50:27.788Z","repository":{"id":8178581,"uuid":"9603240","full_name":"pure-css/pure","owner":"pure-css","description":"A set of small, responsive CSS modules that you can use in every web project.","archived":false,"fork":false,"pushed_at":"2025-04-25T12:57:58.000Z","size":8255,"stargazers_count":23711,"open_issues_count":11,"forks_count":2456,"subscribers_count":724,"default_branch":"main","last_synced_at":"2025-04-28T10:10:33.992Z","etag":null,"topics":["css","html","pure"],"latest_commit_sha":null,"homepage":"http://purecss.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pure-css.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2013-04-22T16:16:39.000Z","updated_at":"2025-04-28T09:55:45.000Z","dependencies_parsed_at":"2023-01-16T19:45:09.105Z","dependency_job_id":"53b6f44f-f2bd-41f2-b0c8-ebd5d4bb8e20","html_url":"https://github.com/pure-css/pure","commit_stats":{"total_commits":795,"total_committers":74,"mean_commits":"10.743243243243244","dds":0.7245283018867925,"last_synced_commit":"203b96487dd76486e84ebbe9c15f3c07962b9fcb"},"previous_names":["yahoo/pure","yui/pure"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pure-css","download_url":"https://codeload.github.com/pure-css/pure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252522178,"owners_count":21761685,"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","html","pure"],"created_at":"2024-07-30T19:00:28.558Z","updated_at":"2025-12-12T04:33:31.590Z","avatar_url":"https://github.com/pure-css.png","language":"JavaScript","readme":"# Pure\n\n[![Pure](https://cloud.githubusercontent.com/assets/449779/5291099/1b554cca-7b03-11e4-9157-53a12d91b34a.png)][pure]\n\nA set of small, responsive CSS modules that you can use in every web project.\n[https://purecss.io/][pure]\n\n![Build Status](https://github.com/pure-css/pure/actions/workflows/test.yml/badge.svg)\n\n## Features\n\nPure is a starting point for every website or web app. We take care\nof all the CSS work that every site needs without making it look cookie-cutter:\n\n- A responsive grid that can be customized to your needs.\n\n- A solid base built on [Normalize.css][] to fix cross-browser compatibility\n  issues.\n\n- Consistently styled buttons that work with `\u003ca\u003e` and `\u003cbutton\u003e` elements.\n\n- Styles for vertical and horizontal menus, including support for dropdown\n  menus.\n\n- Useful form alignments that look great on all screen sizes.\n\n- Various common table styles.\n\n- An extremely minimalist look that is super-easy to customize.\n\n- Responsive by default, with a non-responsive option.\n\n- Extremely small file size: **3.7KB minified + gzip**.\n\n## Get Started\n\nCheck out the [Get Started][started] page for more information.\n\n## Build From Source\n\nOptionally, you can build Pure from its source on Github. To do this, you'll\nneed to have Node.js and npm installed. We use [Grunt][] to build Pure.\n\n```shell\ngit clone git@github.com:pure-css/pure.git\ncd pure\nnpm install\ngrunt\n```\n\n### Build Files\n\nNow, all Pure CSS files should be built into the `pure/build/` directory. All\nfiles that are in this build directory are also available on the CDN. The naming\nconventions of the files in the `build/` directory follow these rules:\n\n- `[module]-core.css`: The minimal set of styles, usually structural, that\n  provide the base on which the rest of the module's styles build.\n\n- `[module]-nr.css`: Rollup of `[module]-core.css` + `[module].css` +\n  `[module]-[feature].css` from the `src/[module]/` dir. This is the\n  non-responsive version of a module.\n\n- `[module].css`: Rollup of `[module]-nr.css` + `[module]-r.css` from the\n  `build/` dir. This is the responsive version of a module.\n\n- `*-min.css`: A minified file version of the files of the same name.\n\n- `pure.css`: A rollup of all `[module].css` files in the `build/` dir. This is\n  a responsive roll-up of everything, non-minified. Note: does not contain responsive grids with @media queries.\n\n- `pure-min.css`: Minified version of `pure.css` that should be used in\n  production.\n\n- `pure-nr.css`: A Rollup of all modules without @media queries. This is a\n  non-responsive roll-up of everything, non-minified.\n\n- `pure-nr-min.css`: Minified version of `pure-nr.css` that should be used in\n  production.\n\n- `grids-responsive.css`: Unminified version of Pure's grid stylesheet which\n  includes @media queries.\n\n- `grids-responsive-min.css`: Minified version of `grids-responsive.css` that\n  should be used in production.\n\n## Browser Support and Testing\n\nPure is tested and works in:\n\n- Latest Stable: Firefox, Chrome, Safari\n\n## Docs and Website\n\n[Pure's website][pure] is located in the [`site`][pure-site] directory. Please feel free\nto open issues or questions in the Issue tab.\n\n## Contributing\n\nSee the [CONTRIBUTING file][] for information on how to contribute to Pure.\n\n## License\n\nThis software is free to use under the Yahoo! Inc. BSD-3-Clause license.\nSee the [LICENSE file][] for license text and copyright information.\n\n[grunt]: http://gruntjs.com/\n[contributing file]: https://github.com/pure-css/pure/blob/main/CONTRIBUTING.md\n[license file]: https://github.com/pure-css/pure/blob/main/LICENSE\n[normalize.css]: http://necolas.github.io/normalize.css/\n[pure]: http://purecss.io/\n[pure-site]: https://github.com/pure-css/pure/tree/main/site\n[started]: https://purecss.io/start/\n","funding_links":[],"categories":["HTML","JavaScript","Very Lightweight","开源资源","前端开发框架及项目","css","Web Development","Uncategorized"],"sub_categories":["UI框架（CSS框架）","其他_文本生成、文本对话","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpure-css%2Fpure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpure-css%2Fpure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpure-css%2Fpure/lists"}