[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3013":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":16,"starSnapshotCount":16,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},3013,"pure","pure-css\u002Fpure","pure-css","A set of small, responsive CSS modules that you can use in every web project.","http:\u002F\u002Fpurecss.io\u002F",null,"JavaScript",23732,2414,706,9,0,5,70.5,"Other",false,"main",[23,24,5],"css","html","2026-06-12 04:00:16","# Pure\n\n[![Pure](https:\u002F\u002Fcloud.githubusercontent.com\u002Fassets\u002F449779\u002F5291099\u002F1b554cca-7b03-11e4-9157-53a12d91b34a.png)][pure]\n\nA set of small, responsive CSS modules that you can use in every web project.\n[https:\u002F\u002Fpurecss.io\u002F][pure]\n\n![Build Status](https:\u002F\u002Fgithub.com\u002Fpure-css\u002Fpure\u002Factions\u002Fworkflows\u002Ftest.yml\u002Fbadge.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>` and `\u003Cbutton>` 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\u002Fpure.git\ncd pure\nnpm install\ngrunt\n```\n\n### Build Files\n\nNow, all Pure CSS files should be built into the `pure\u002Fbuild\u002F` directory. All\nfiles that are in this build directory are also available on the CDN. The naming\nconventions of the files in the `build\u002F` 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\u002F[module]\u002F` 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\u002F` 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\u002F` 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:\u002F\u002Fgruntjs.com\u002F\n[contributing file]: https:\u002F\u002Fgithub.com\u002Fpure-css\u002Fpure\u002Fblob\u002Fmain\u002FCONTRIBUTING.md\n[license file]: https:\u002F\u002Fgithub.com\u002Fpure-css\u002Fpure\u002Fblob\u002Fmain\u002FLICENSE\n[normalize.css]: http:\u002F\u002Fnecolas.github.io\u002Fnormalize.css\u002F\n[pure]: http:\u002F\u002Fpurecss.io\u002F\n[pure-site]: https:\u002F\u002Fgithub.com\u002Fpure-css\u002Fpure\u002Ftree\u002Fmain\u002Fsite\n[started]: https:\u002F\u002Fpurecss.io\u002Fstart\u002F\n","Pure 是一套小巧且响应式的 CSS 模块，适用于各种网页项目。其核心功能包括自定义响应式网格、基于 Normalize.css 的跨浏览器兼容性修复、一致的按钮样式以及多种菜单和表单布局等。Pure 提供了极简主义的设计风格，易于定制，并且默认响应式设计也支持非响应式选项。文件大小非常小，压缩后仅3.7KB，非常适合需要快速加载且追求简洁设计的网站或Web应用开发场景。",2,"2026-06-11 02:52:12","top_language"]