mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
db93c2168d
@ -12,7 +12,7 @@ contributions along with all other developers who use Pure.
|
|||||||
|
|
||||||
|
|
||||||
[Contributor License Agreement]: #contributor-license-agreement
|
[Contributor License Agreement]: #contributor-license-agreement
|
||||||
[open issues]: https://github.com/yui/pure/issues
|
[open issues]: https://github.com/yahoo/pure/issues
|
||||||
|
|
||||||
|
|
||||||
Docs and Website
|
Docs and Website
|
||||||
@ -24,7 +24,7 @@ repository.
|
|||||||
|
|
||||||
|
|
||||||
[Pure]: http://purecss.io/
|
[Pure]: http://purecss.io/
|
||||||
[pure-site]: https://github.com/yui/pure-site
|
[pure-site]: https://github.com/yahoo/pure-site
|
||||||
|
|
||||||
|
|
||||||
Building and Testing Pure
|
Building and Testing Pure
|
||||||
@ -36,7 +36,7 @@ Once installed, clone the `pure` repo (either the main repo or your fork) and
|
|||||||
install Pure's gruntplugins via npm:
|
install Pure's gruntplugins via npm:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ git clone git://github.com/yui/pure.git
|
$ git clone git://github.com/yahoo/pure.git
|
||||||
$ cd pure/
|
$ cd pure/
|
||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
@ -101,8 +101,8 @@ naming conventions, along with examples of how to extend the library.
|
|||||||
Contributor License Agreement
|
Contributor License Agreement
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
Please [sign Pure's CLA][CLA] before sending pull requests. We can't merge your
|
Please [sign the Yahoo CLA][CLA] after sending pull requests. We can't merge
|
||||||
pull requests unless you have a signed CLA.
|
your pull requests unless you have a signed CLA.
|
||||||
|
|
||||||
The CLA ensures that everyone who submits a work of authorship to Pure is
|
The CLA ensures that everyone who submits a work of authorship to Pure is
|
||||||
contributing work that is their own or for which they can authoritatively speak.
|
contributing work that is their own or for which they can authoritatively speak.
|
||||||
@ -123,9 +123,8 @@ making your contribution:
|
|||||||
**Note:** that the BSD license is very liberal; it allows for reuse and
|
**Note:** that the BSD license is very liberal; it allows for reuse and
|
||||||
adaptation in commercial projects.
|
adaptation in commercial projects.
|
||||||
|
|
||||||
2. [Sign the Pure CLA online][CLA]. You will receive confirmation of your CLA
|
2. [Sign the Yahoo CLA][CLA] online. If you have questions about the CLA, you
|
||||||
submission via the email address provided on the CLA form. If you have
|
can address them to opensource-cla@yahoo-inc.com.
|
||||||
questions about the CLA, you can address them to yui-cla@yahoo-inc.com.
|
|
||||||
|
|
||||||
|
|
||||||
[CLA]: https://secure.echosign.com/public/hostedForm?formid=A9PFU5T58653A
|
[CLA]: https://yahoocla.herokuapp.com/
|
||||||
|
@ -175,7 +175,7 @@ grunt.initConfig({
|
|||||||
'Pure v<%= pkg.version %>',
|
'Pure v<%= pkg.version %>',
|
||||||
'Copyright 2014 Yahoo! Inc. All rights reserved.',
|
'Copyright 2014 Yahoo! Inc. All rights reserved.',
|
||||||
'Licensed under the BSD License.',
|
'Licensed under the BSD License.',
|
||||||
'https://github.com/yui/pure/blob/master/LICENSE.md',
|
'https://github.com/yahoo/pure/blob/master/LICENSE.md',
|
||||||
'*/\n'
|
'*/\n'
|
||||||
].join('\n')
|
].join('\n')
|
||||||
},
|
},
|
||||||
|
94
HISTORY.md
94
HISTORY.md
@ -41,8 +41,8 @@ Pure Change History
|
|||||||
the amount of padding to `padding: 0.5em 1em`.
|
the amount of padding to `padding: 0.5em 1em`.
|
||||||
|
|
||||||
|
|
||||||
[#24]: https://github.com/yui/pure/issues/24
|
[#24]: https://github.com/yahoo/pure/issues/24
|
||||||
[#267]: https://github.com/yui/pure/pull/267
|
[#267]: https://github.com/yahoo/pure/pull/267
|
||||||
|
|
||||||
|
|
||||||
0.4.2 (2014-02-13)
|
0.4.2 (2014-02-13)
|
||||||
@ -64,10 +64,10 @@ Pure Change History
|
|||||||
`border-width`. ([#295][] @kwando)
|
`border-width`. ([#295][] @kwando)
|
||||||
|
|
||||||
|
|
||||||
[#265]: https://github.com/yui/pure/issues/265
|
[#265]: https://github.com/yahoo/pure/issues/265
|
||||||
[#283]: https://github.com/yui/pure/issues/283
|
[#283]: https://github.com/yahoo/pure/issues/283
|
||||||
[#286]: https://github.com/yui/pure/issues/286
|
[#286]: https://github.com/yahoo/pure/issues/286
|
||||||
[#295]: https://github.com/yui/pure/issues/295
|
[#295]: https://github.com/yahoo/pure/issues/295
|
||||||
|
|
||||||
|
|
||||||
0.4.1 (2014-02-06)
|
0.4.1 (2014-02-06)
|
||||||
@ -125,14 +125,14 @@ Pure Change History
|
|||||||
* Removed hard-coded height for horizontal menus. ([#164][])
|
* Removed hard-coded height for horizontal menus. ([#164][])
|
||||||
|
|
||||||
|
|
||||||
[#144]: https://github.com/yui/pure/issues/144
|
[#144]: https://github.com/yahoo/pure/issues/144
|
||||||
[#164]: https://github.com/yui/pure/issues/164
|
[#164]: https://github.com/yahoo/pure/issues/164
|
||||||
[#174]: https://github.com/yui/pure/issues/174
|
[#174]: https://github.com/yahoo/pure/issues/174
|
||||||
[#177]: https://github.com/yui/pure/issues/177
|
[#177]: https://github.com/yahoo/pure/issues/177
|
||||||
[#191]: https://github.com/yui/pure/issues/191
|
[#191]: https://github.com/yahoo/pure/issues/191
|
||||||
[#200]: https://github.com/yui/pure/issues/200
|
[#200]: https://github.com/yahoo/pure/issues/200
|
||||||
[#221]: https://github.com/yui/pure/issues/221
|
[#221]: https://github.com/yahoo/pure/issues/221
|
||||||
[#261]: https://github.com/yui/pure/issues/261
|
[#261]: https://github.com/yahoo/pure/issues/261
|
||||||
|
|
||||||
[rework-pure-grids]: https://github.com/ericf/rework-pure-grids
|
[rework-pure-grids]: https://github.com/ericf/rework-pure-grids
|
||||||
[Rework]: https://github.com/visionmedia/rework
|
[Rework]: https://github.com/visionmedia/rework
|
||||||
@ -227,17 +227,17 @@ Pure Change History
|
|||||||
aspect ratios are maintained when the page is resized. ([#172][]: @dchest)
|
aspect ratios are maintained when the page is resized. ([#172][]: @dchest)
|
||||||
|
|
||||||
|
|
||||||
[#41]: https://github.com/yui/pure/issues/41
|
[#41]: https://github.com/yahoo/pure/issues/41
|
||||||
[#143]: https://github.com/yui/pure/issues/143
|
[#143]: https://github.com/yahoo/pure/issues/143
|
||||||
[#154]: https://github.com/yui/pure/issues/154
|
[#154]: https://github.com/yahoo/pure/issues/154
|
||||||
[#160]: https://github.com/yui/pure/issues/160
|
[#160]: https://github.com/yahoo/pure/issues/160
|
||||||
[#162]: https://github.com/yui/pure/issues/162
|
[#162]: https://github.com/yahoo/pure/issues/162
|
||||||
[#166]: https://github.com/yui/pure/issues/166
|
[#166]: https://github.com/yahoo/pure/issues/166
|
||||||
[#170]: https://github.com/yui/pure/issues/170
|
[#170]: https://github.com/yahoo/pure/issues/170
|
||||||
[#171]: https://github.com/yui/pure/issues/171
|
[#171]: https://github.com/yahoo/pure/issues/171
|
||||||
[#172]: https://github.com/yui/pure/issues/172
|
[#172]: https://github.com/yahoo/pure/issues/172
|
||||||
[#185]: https://github.com/yui/pure/issues/185
|
[#185]: https://github.com/yahoo/pure/issues/185
|
||||||
[#189]: https://github.com/yui/pure/issues/189
|
[#189]: https://github.com/yahoo/pure/issues/189
|
||||||
|
|
||||||
[Customize]: http://purecss.io/customize/
|
[Customize]: http://purecss.io/customize/
|
||||||
[Grids-fonts]: http://purecss.io/grids/#using-grids-with-custom-fonts
|
[Grids-fonts]: http://purecss.io/grids/#using-grids-with-custom-fonts
|
||||||
@ -288,16 +288,16 @@ Pure Change History
|
|||||||
where tables inside of grids would break the grid. ([#95][]: @AurelioDeRosa)
|
where tables inside of grids would break the grid. ([#95][]: @AurelioDeRosa)
|
||||||
|
|
||||||
|
|
||||||
[#89]: https://github.com/yui/pure/issues/89
|
[#89]: https://github.com/yahoo/pure/issues/89
|
||||||
[#90]: https://github.com/yui/pure/issues/90
|
[#90]: https://github.com/yahoo/pure/issues/90
|
||||||
[#94]: https://github.com/yui/pure/issues/94
|
[#94]: https://github.com/yahoo/pure/issues/94
|
||||||
[#95]: https://github.com/yui/pure/issues/95
|
[#95]: https://github.com/yahoo/pure/issues/95
|
||||||
[#96]: https://github.com/yui/pure/issues/96
|
[#96]: https://github.com/yahoo/pure/issues/96
|
||||||
[#102]: https://github.com/yui/pure/issues/102
|
[#102]: https://github.com/yahoo/pure/issues/102
|
||||||
[#109]: https://github.com/yui/pure/issues/109
|
[#109]: https://github.com/yahoo/pure/issues/109
|
||||||
[#115]: https://github.com/yui/pure/issues/115
|
[#115]: https://github.com/yahoo/pure/issues/115
|
||||||
[#127]: https://github.com/yui/pure/issues/127
|
[#127]: https://github.com/yahoo/pure/issues/127
|
||||||
[#172]: https://github.com/yui/pure/pull/172
|
[#172]: https://github.com/yahoo/pure/pull/172
|
||||||
|
|
||||||
|
|
||||||
0.2.0 (2013-06-11)
|
0.2.0 (2013-06-11)
|
||||||
@ -320,7 +320,7 @@ Pure Change History
|
|||||||
* Added `grunt watch` task which runs tests and build.
|
* Added `grunt watch` task which runs tests and build.
|
||||||
|
|
||||||
* Added support to `pure-site` for serving `pure` locally during
|
* Added support to `pure-site` for serving `pure` locally during
|
||||||
development. ([#46][], [yui/pure-site#111][])
|
development. ([#46][], [yahoo/pure-site#111][])
|
||||||
|
|
||||||
* Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All
|
* Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All
|
||||||
modern browsers support the non-prefixed versions of these properties.
|
modern browsers support the non-prefixed versions of these properties.
|
||||||
@ -362,18 +362,18 @@ Pure Change History
|
|||||||
background (`#dedede`) for accessibility. ([#22][])
|
background (`#dedede`) for accessibility. ([#22][])
|
||||||
|
|
||||||
|
|
||||||
[#22]: https://github.com/yui/pure/issues/22
|
[#22]: https://github.com/yahoo/pure/issues/22
|
||||||
[#23]: https://github.com/yui/pure/issues/23
|
[#23]: https://github.com/yahoo/pure/issues/23
|
||||||
[#25]: https://github.com/yui/pure/issues/25
|
[#25]: https://github.com/yahoo/pure/issues/25
|
||||||
[#32]: https://github.com/yui/pure/issues/32
|
[#32]: https://github.com/yahoo/pure/issues/32
|
||||||
[#42]: https://github.com/yui/pure/issues/42
|
[#42]: https://github.com/yahoo/pure/issues/42
|
||||||
[#44]: https://github.com/yui/pure/issues/44
|
[#44]: https://github.com/yahoo/pure/issues/44
|
||||||
[#46]: https://github.com/yui/pure/issues/46
|
[#46]: https://github.com/yahoo/pure/issues/46
|
||||||
[#49]: https://github.com/yui/pure/issues/49
|
[#49]: https://github.com/yahoo/pure/issues/49
|
||||||
[#53]: https://github.com/yui/pure/issues/53
|
[#53]: https://github.com/yahoo/pure/issues/53
|
||||||
[#54]: https://github.com/yui/pure/issues/54
|
[#54]: https://github.com/yahoo/pure/issues/54
|
||||||
|
|
||||||
[yui/pure-site#111]: https://github.com/yui/pure-site/issues/111
|
[yahoo/pure-site#111]: https://github.com/yahoo/pure-site/issues/111
|
||||||
|
|
||||||
|
|
||||||
0.1.0 (2013-05-24)
|
0.1.0 (2013-05-24)
|
||||||
|
12
README.md
12
README.md
@ -6,7 +6,7 @@ Pure
|
|||||||
A set of small, responsive CSS modules that you can use in every web project.
|
A set of small, responsive CSS modules that you can use in every web project.
|
||||||
[http://purecss.io/][Pure]
|
[http://purecss.io/][Pure]
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/yui/pure.png?branch=master)][Build Status]
|
[![Build Status](https://travis-ci.org/yahoo/pure.png?branch=master)][Build Status]
|
||||||
|
|
||||||
**Use From the CDN:**
|
**Use From the CDN:**
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ $ bower install --save pure
|
|||||||
|
|
||||||
[Pure]: http://purecss.io/
|
[Pure]: http://purecss.io/
|
||||||
[Bower]: http://bower.io/
|
[Bower]: http://bower.io/
|
||||||
[Build Status]: https://travis-ci.org/yui/pure
|
[Build Status]: https://travis-ci.org/yahoo/pure
|
||||||
[customize]: http://purecss.io/customize/
|
[customize]: http://purecss.io/customize/
|
||||||
|
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ Optionally, you can build Pure from its source on Github. To do this, you'll
|
|||||||
need to have Node.js and npm installed. We use [Grunt][] to build Pure.
|
need to have Node.js and npm installed. We use [Grunt][] to build Pure.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ git clone git@github.com:yui/pure.git
|
$ git clone git@github.com:yahoo/pure.git
|
||||||
$ cd pure
|
$ cd pure
|
||||||
$ npm install
|
$ npm install
|
||||||
$ grunt
|
$ grunt
|
||||||
@ -154,7 +154,7 @@ requests for the docs and website over at the [`pure-site`][pure-site]
|
|||||||
repository.
|
repository.
|
||||||
|
|
||||||
|
|
||||||
[pure-site]: https://github.com/yui/pure-site
|
[pure-site]: https://github.com/yahoo/pure-site
|
||||||
|
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
@ -163,7 +163,7 @@ Contributing
|
|||||||
See the [CONTRIBUTING file][] for information on how to contribute to Pure.
|
See the [CONTRIBUTING file][] for information on how to contribute to Pure.
|
||||||
|
|
||||||
|
|
||||||
[CONTRIBUTING file]: https://github.com/yui/pure/blob/master/CONTRIBUTING.md
|
[CONTRIBUTING file]: https://github.com/yahoo/pure/blob/master/CONTRIBUTING.md
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
@ -173,4 +173,4 @@ This software is free to use under the Yahoo! Inc. BSD license.
|
|||||||
See the [LICENSE file][] for license text and copyright information.
|
See the [LICENSE file][] for license text and copyright information.
|
||||||
|
|
||||||
|
|
||||||
[LICENSE file]: https://github.com/yui/pure/blob/master/LICENSE.md
|
[LICENSE file]: https://github.com/yahoo/pure/blob/master/LICENSE.md
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "pure",
|
"name": "pure",
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "git://github.com/yui/pure.git",
|
"repository": "git://github.com/yahoo/pure.git",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Sets the font stack to fonts known to work properly with the above letter
|
Sets the font stack to fonts known to work properly with the above letter
|
||||||
and word spacings. See: https://github.com/yui/pure/issues/41/
|
and word spacings. See: https://github.com/yahoo/pure/issues/41/
|
||||||
|
|
||||||
The following font stack makes Pure Grids work on all known environments.
|
The following font stack makes Pure Grids work on all known environments.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user