{"id":20613421,"url":"https://github.com/pure-css/pure-release","last_synced_at":"2026-01-11T13:30:50.980Z","repository":{"id":10828084,"uuid":"13105498","full_name":"pure-css/pure-release","owner":"pure-css","description":"[DEPRECATED] Release directory of Pure for Bower package.","archived":false,"fork":false,"pushed_at":"2019-07-10T16:29:40.000Z","size":223,"stargazers_count":33,"open_issues_count":0,"forks_count":9,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-15T07:12:40.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://purecss.io/","language":"CSS","has_issues":false,"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":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-25T21:10:20.000Z","updated_at":"2024-05-13T10:35:25.000Z","dependencies_parsed_at":"2022-08-29T11:20:49.027Z","dependency_job_id":null,"html_url":"https://github.com/pure-css/pure-release","commit_stats":null,"previous_names":["yui/pure-release"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-css%2Fpure-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pure-css","download_url":"https://codeload.github.com/pure-css/pure-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249023736,"owners_count":21199961,"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":"2024-11-16T11:09:58.600Z","updated_at":"2026-01-11T13:30:50.970Z","avatar_url":"https://github.com/pure-css.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pure\n====\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[http://purecss.io/][Pure]\n\n[![Build Status](http://img.shields.io/travis/pure-css/pure.svg?style=flat)][Build Status]\n[![Dependency Status](https://david-dm.org/pure-css/pure/dev-status.svg)](https://david-dm.org/pure-css/pure?type=dev)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pure-css/pure?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n**This project is looking for maintainers to support and enhance Pure.css. If you are interested please [leave a comment](https://github.com/pure-css/pure/issues/692) in the Github issue.**\n\n**Use From the CDN:**\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/purecss@1.0.1/build/pure-min.css\" integrity=\"sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w\" crossorigin=\"anonymous\"\u003e\n```\n\nNote: You can [customize which Pure modules you need][customize].\n\n**Install with Bower:**\n\n```shell\n$ bower install --save pure\n```\n\n**Install with NPM:**\n\n```shell\n$ npm install purecss\n```\n\n[Pure]: http://purecss.io/\n[Bower]: http://bower.io/\n[Build Status]: https://travis-ci.org/pure-css/pure\n[customize]: http://purecss.io/customize/\n\n\nFeatures\n--------\n\nPure is meant to be 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: **4.5KB minified + gzip**.\n\n\n[Normalize.css]: http://necolas.github.io/normalize.css/\n\n\nGet Started\n-----------\n\nTo get started using Pure, go to the [Pure CSS website][Pure]. The website has\nextensive documentation and examples to help you start using Pure.\n\nYou can include the Pure CSS file in your project by fetching it from unpkg:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/purecss@1.0.1/build/pure-min.css\" integrity=\"sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w\" crossorigin=\"anonymous\"\u003e\n```\n\nYou can also install Pure using [Bower][], using the following command:\n\n```shell\n$ bower install --save pure\n```\n\nOr you can install Pure using NPM:\n\n```shell\n$ npm install purecss\n```\n\nBuild From Source\n-----------------\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\n$ git clone git@github.com:pure-css/pure.git\n$ cd pure\n$ npm install\n$ grunt\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\n[Grunt]: http://gruntjs.com/\n\n\nBrowser Support and Testing\n---------------------------\n\nPure is tested and works in:\n\n* IE 8+\n* Latest Stable: Firefox, Chrome, Safari\n* iOS 6-8\n* Android 4.4+, as the way views work changed between older versions of Android and newer versions of Android around this time.\n\n\nDocs and Website\n----------------\n\n[Pure's website][Pure] is also open source, so please open any issues or pull\nrequests for the docs and website over at the [`pure-site`][pure-site]\nrepository.\n\n\n[pure-site]: https://github.com/pure-css/pure-site\n\n\nContributing\n------------\n\nSee the [CONTRIBUTING file][] for information on how to contribute to Pure.\n\n\n[CONTRIBUTING file]: https://github.com/pure-css/pure/blob/master/CONTRIBUTING.md\n\n\nLicense\n-------\n\nThis software is free to use under the Yahoo! Inc. BSD license.\nSee the [LICENSE file][] for license text and copyright information.\n\n\n[LICENSE file]: https://github.com/pure-css/pure/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpure-css%2Fpure-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpure-css%2Fpure-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpure-css%2Fpure-release/lists"}