2013-05-16 17:01:32 +00:00
|
|
|
Pure
|
|
|
|
====
|
2014-11-07 18:25:14 +00:00
|
|
|
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/yahoo/pure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2014-12-03 23:47:36 +00:00
|
|
|
[![Pure](https://cloud.githubusercontent.com/assets/449779/5291099/1b554cca-7b03-11e4-9157-53a12d91b34a.png)][Pure]
|
2013-05-21 19:53:12 +00:00
|
|
|
|
2013-05-20 17:23:59 +00:00
|
|
|
A set of small, responsive CSS modules that you can use in every web project.
|
2013-05-22 12:06:01 +00:00
|
|
|
[http://purecss.io/][Pure]
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2014-09-09 04:40:03 +00:00
|
|
|
[![Build Status](http://img.shields.io/travis/yahoo/pure.svg?style=flat)][Build Status]
|
2013-06-05 20:55:43 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
**Use From the CDN:**
|
2013-05-20 17:25:26 +00:00
|
|
|
|
|
|
|
```html
|
2016-08-09 23:31:55 +00:00
|
|
|
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
|
2013-05-20 17:25:26 +00:00
|
|
|
```
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-12-04 02:46:35 +00:00
|
|
|
Note: You can [customize which Pure modules you need][customize].
|
|
|
|
|
|
|
|
**Install with Bower:**
|
|
|
|
|
|
|
|
```shell
|
|
|
|
$ bower install --save pure
|
|
|
|
```
|
2013-07-17 16:35:52 +00:00
|
|
|
|
2015-03-05 18:55:32 +00:00
|
|
|
**Install with NPM:**
|
|
|
|
|
|
|
|
```shell
|
|
|
|
$ npm install purecss
|
|
|
|
```
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
[Pure]: http://purecss.io/
|
2013-12-04 02:46:35 +00:00
|
|
|
[Bower]: http://bower.io/
|
2014-08-26 16:05:45 +00:00
|
|
|
[Build Status]: https://travis-ci.org/yahoo/pure
|
2013-07-17 16:35:52 +00:00
|
|
|
[customize]: http://purecss.io/customize/
|
2013-05-22 12:06:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
Features
|
|
|
|
--------
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
Pure is meant to be a starting point for every website or web app. We take care
|
|
|
|
of all the CSS work that every site needs, without making it look cookie-cutter:
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-21 19:53:12 +00:00
|
|
|
* A responsive grid that can be customized to your needs.
|
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
* A solid base built on [Normalize.css][] to fix cross-browser compatibility
|
|
|
|
issues.
|
2013-05-21 19:53:12 +00:00
|
|
|
|
|
|
|
* Consistently styled buttons that work with `<a>` and `<button>` elements.
|
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
* Styles for vertical and horizontal menus, including support for dropdown
|
|
|
|
menus.
|
2013-05-21 19:53:12 +00:00
|
|
|
|
|
|
|
* Useful form alignments that look great on all screen sizes.
|
|
|
|
|
|
|
|
* Various common table styles.
|
|
|
|
|
|
|
|
* An extremely minimalist look that is super-easy to customize.
|
|
|
|
|
|
|
|
* Responsive by default, with a non-responsive option.
|
|
|
|
|
2014-02-06 22:38:30 +00:00
|
|
|
* Extremely small file size: **4.5KB minified + gzip**.
|
2013-05-22 12:06:01 +00:00
|
|
|
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
[Normalize.css]: http://necolas.github.io/normalize.css/
|
2013-05-21 19:53:12 +00:00
|
|
|
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
Get Started
|
|
|
|
-----------
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
To get started using Pure, go to the [Pure CSS website][Pure]. The website has
|
2015-03-05 18:55:32 +00:00
|
|
|
extensive documentation and examples to help you start using Pure.
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
You can include the Pure CSS file in your project by fetching it from Yahoo's
|
|
|
|
CDN:
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-20 17:25:26 +00:00
|
|
|
```html
|
2016-11-22 04:51:14 +00:00
|
|
|
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
|
2013-05-20 17:25:26 +00:00
|
|
|
```
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-12-04 02:46:35 +00:00
|
|
|
You can also install Pure using [Bower][], using the following command:
|
2013-11-29 07:49:01 +00:00
|
|
|
|
2013-12-04 02:46:35 +00:00
|
|
|
```shell
|
|
|
|
$ bower install --save pure
|
|
|
|
```
|
2013-11-29 07:49:01 +00:00
|
|
|
|
2015-03-05 18:55:32 +00:00
|
|
|
Or you can install Pure using NPM:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
$ npm install purecss
|
|
|
|
```
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
Build From Source
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
Optionally, you can build Pure from its source on Github. To do this, you'll
|
2013-06-10 16:17:04 +00:00
|
|
|
need to have Node.js and npm installed. We use [Grunt][] to build Pure.
|
2013-05-20 17:23:59 +00:00
|
|
|
|
|
|
|
```shell
|
2014-08-26 16:05:45 +00:00
|
|
|
$ git clone git@github.com:yahoo/pure.git
|
2013-05-21 19:53:12 +00:00
|
|
|
$ cd pure
|
|
|
|
$ npm install
|
|
|
|
$ grunt
|
2013-05-20 17:23:59 +00:00
|
|
|
```
|
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
### Build Files
|
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
Now, all Pure CSS files should be built into the `pure/build/` directory. All
|
|
|
|
files that are in this build directory are also available on the CDN. The naming
|
|
|
|
conventions of the files in the `build/` directory follow these rules:
|
2013-05-21 19:53:12 +00:00
|
|
|
|
2015-06-01 07:12:07 +00:00
|
|
|
* `[module]-core.css`: The minimal set of styles, usually structural, that
|
2013-06-10 16:17:04 +00:00
|
|
|
provide the base on which the rest of the module's styles build.
|
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
* `[module]-nr.css`: Rollup of `[module]-core.css` + `[module].css` +
|
|
|
|
`[module]-[feature].css` from the `src/[module]/` dir. This is the
|
|
|
|
non-responsive version of a module.
|
2013-05-21 19:53:12 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
* `[module].css`: Rollup of `[module]-nr.css` + `[module]-r.css` from the
|
|
|
|
`build/` dir. This is the responsive version of a module.
|
2013-05-21 19:53:12 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
* `*-min.css`: A minified file version of the files of the same name.
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-08-27 16:41:05 +00:00
|
|
|
* `pure.css`: A rollup of all `[module].css` files in the `build/` dir. This is
|
2016-07-20 20:28:34 +00:00
|
|
|
a responsive roll-up of everything, non-minified. Note: does not contain responsive grids with @media queries.
|
2013-08-23 12:49:19 +00:00
|
|
|
|
2013-08-27 16:41:05 +00:00
|
|
|
* `pure-min.css`: Minified version of `pure.css` that should be used in
|
|
|
|
production.
|
2013-05-21 19:53:12 +00:00
|
|
|
|
2013-08-27 16:41:05 +00:00
|
|
|
* `pure-nr.css`: A Rollup of all modules without @media queries. This is a
|
|
|
|
non-responsive roll-up of everything, non-minified.
|
|
|
|
|
|
|
|
* `pure-nr-min.css`: Minified version of `pure-nr.css` that should be used in
|
|
|
|
production.
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2014-07-21 22:56:31 +00:00
|
|
|
* `grids-responsive.css`: Unminified version of Pure's grid stylesheet which
|
|
|
|
includes @media queries.
|
|
|
|
|
|
|
|
* `grids-responsive-min.css`: Minified version of `grids-responsive.css` that
|
|
|
|
should be used in production.
|
|
|
|
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-06-05 21:02:15 +00:00
|
|
|
[Grunt]: http://gruntjs.com/
|
|
|
|
|
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
Browser Support and Testing
|
|
|
|
---------------------------
|
2013-06-01 05:57:00 +00:00
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
Pure is tested and works in:
|
2013-06-01 05:57:00 +00:00
|
|
|
|
2015-02-02 23:44:04 +00:00
|
|
|
* IE 8+
|
2013-06-10 16:17:04 +00:00
|
|
|
* Latest Stable: Firefox, Chrome, Safari
|
2015-02-04 01:38:13 +00:00
|
|
|
* iOS 6-8
|
2013-06-10 16:17:04 +00:00
|
|
|
* Android 4.x
|
2013-06-03 23:41:21 +00:00
|
|
|
|
2013-06-01 05:57:00 +00:00
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
Docs and Website
|
|
|
|
----------------
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
[Pure's website][Pure] is also open source, so please open any issues or pull
|
|
|
|
requests for the docs and website over at the [`pure-site`][pure-site]
|
|
|
|
repository.
|
2013-05-20 17:23:59 +00:00
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
|
2014-08-26 16:05:45 +00:00
|
|
|
[pure-site]: https://github.com/yahoo/pure-site
|
2013-06-03 23:41:21 +00:00
|
|
|
|
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
Contributing
|
|
|
|
------------
|
2013-06-01 05:57:00 +00:00
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
See the [CONTRIBUTING file][] for information on how to contribute to Pure.
|
2013-06-01 05:57:00 +00:00
|
|
|
|
|
|
|
|
2014-08-26 16:05:45 +00:00
|
|
|
[CONTRIBUTING file]: https://github.com/yahoo/pure/blob/master/CONTRIBUTING.md
|
2013-06-01 05:57:00 +00:00
|
|
|
|
|
|
|
|
2013-05-22 12:06:01 +00:00
|
|
|
License
|
|
|
|
-------
|
2013-06-03 23:41:21 +00:00
|
|
|
|
2013-05-21 19:53:12 +00:00
|
|
|
This software is free to use under the Yahoo! Inc. BSD license.
|
2013-05-22 12:06:01 +00:00
|
|
|
See the [LICENSE file][] for license text and copyright information.
|
|
|
|
|
2013-06-10 16:17:04 +00:00
|
|
|
|
2014-08-26 16:05:45 +00:00
|
|
|
[LICENSE file]: https://github.com/yahoo/pure/blob/master/LICENSE.md
|