Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pure dependency to 0.4.2 #1676

Merged
merged 2 commits into from Mar 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,6 +2,6 @@
"name": "yui",
"version": "3.16.0-pre",
"devDependencies": {
"pure": "0.3.0"
"pure": "0.4.2"
}
}
2 changes: 1 addition & 1 deletion src/cssgrids/HISTORY.md
Expand Up @@ -4,7 +4,7 @@ CSS Grids Change History
@VERSION@
------

* No changes.
* Import Grids from Pure 0.4.2. You can now use non-reduced fraction class names when laying out a grid. This means that we have rules for classes such as `.pure-u-12-24` as well as `.pure-u-1-2`.

3.15.0
------
Expand Down
4 changes: 2 additions & 2 deletions src/cssgrids/css/cssgrids-base.css
@@ -1,6 +1,6 @@
/*!
Pure v0.3.0
Copyright 2013 Yahoo! Inc. All rights reserved.
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
Expand Down
207 changes: 121 additions & 86 deletions src/cssgrids/css/cssgrids-responsive.css
@@ -1,6 +1,6 @@
/*!
Pure v0.3.0
Copyright 2013 Yahoo! Inc. All rights reserved.
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
Expand Down Expand Up @@ -77,6 +77,7 @@ this the same font stack that Normalize.css sets for the `body`.
}

.yui3-u-1,
.yui3-u-1-1,
.yui3-u-1-2,
.yui3-u-1-3,
.yui3-u-2-3,
Expand All @@ -86,6 +87,7 @@ this the same font stack that Normalize.css sets for the `body`.
.yui3-u-2-5,
.yui3-u-3-5,
.yui3-u-4-5,
.yui3-u-5-5,
.yui3-u-1-6,
.yui3-u-5-6,
.yui3-u-1-8,
Expand All @@ -97,162 +99,195 @@ this the same font stack that Normalize.css sets for the `body`.
.yui3-u-7-12,
.yui3-u-11-12,
.yui3-u-1-24,
.yui3-u-2-24,
.yui3-u-3-24,
.yui3-u-4-24,
.yui3-u-5-24,
.yui3-u-6-24,
.yui3-u-7-24,
.yui3-u-8-24,
.yui3-u-9-24,
.yui3-u-10-24,
.yui3-u-11-24,
.yui3-u-12-24,
.yui3-u-13-24,
.yui3-u-14-24,
.yui3-u-15-24,
.yui3-u-16-24,
.yui3-u-17-24,
.yui3-u-18-24,
.yui3-u-19-24,
.yui3-u-23-24 {
.yui3-u-20-24,
.yui3-u-21-24,
.yui3-u-22-24,
.yui3-u-23-24,
.yui3-u-24-24 {
display: inline-block;
*display: inline;
/* IE < 8: fake inline-block */
zoom: 1;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}

.yui3-u-1 {
width: 100%;
}

.yui3-u-1-2 {
width: 50%;
*width: 49.969%;
}

.yui3-u-1-3 {
width: 33.3333%;
*width: 33.3023%;
.yui3-u-1-24 {
width: 4.1667%;
*width: 4.1357%;
}

.yui3-u-2-3 {
width: 66.6667%;
*width: 66.6357%;
.yui3-u-1-12,
.yui3-u-2-24 {
width: 8.3333%;
*width: 8.3023%;
}

.yui3-u-1-4 {
width: 25%;
*width: 24.969%;
.yui3-u-1-8,
.yui3-u-3-24 {
width: 12.5000%;
*width: 12.4690%;
}

.yui3-u-3-4 {
width: 75%;
*width: 74.969%;
.yui3-u-1-6,
.yui3-u-4-24 {
width: 16.6667%;
*width: 16.6357%;
}

.yui3-u-1-5 {
width: 20%;
*width: 19.969%;
}

.yui3-u-2-5 {
width: 40%;
*width: 39.969%;
}

.yui3-u-3-5 {
width: 60%;
*width: 59.969%;
}

.yui3-u-4-5 {
width: 80%;
*width: 79.969%;
*width: 19.9690%;
}

.yui3-u-1-6 {
width: 16.6667%;
*width: 16.6357%;
}

.yui3-u-5-6 {
width: 83.3333%;
*width: 83.3023%;
.yui3-u-5-24 {
width: 20.8333%;
*width: 20.8023%;
}

.yui3-u-1-8 {
width: 12.5%;
*width: 12.469%;
.yui3-u-1-4,
.yui3-u-6-24 {
width: 25%;
*width: 24.9690%;
}

.yui3-u-3-8 {
width: 37.5%;
*width: 37.469%;
.yui3-u-7-24 {
width: 29.1667%;
*width: 29.1357%;
}

.yui3-u-5-8 {
width: 62.5%;
*width: 62.469%;
.yui3-u-1-3,
.yui3-u-8-24 {
width: 33.3333%;
*width: 33.3023%;
}

.yui3-u-7-8 {
width: 87.5%;
*width: 87.469%;
.yui3-u-3-8,
.yui3-u-9-24 {
width: 37.5000%;
*width: 37.4690%;
}

.yui3-u-1-12 {
width: 8.3333%;
*width: 8.3023%;
.yui3-u-2-5 {
width: 40%;
*width: 39.9690%;
}

.yui3-u-5-12 {
.yui3-u-5-12,
.yui3-u-10-24 {
width: 41.6667%;
*width: 41.6357%;
}

.yui3-u-7-12 {
width: 58.3333%;
*width: 58.3023%;
.yui3-u-11-24 {
width: 45.8333%;
*width: 45.8023%;
}

.yui3-u-11-12 {
width: 91.6667%;
*width: 91.6357%;
.yui3-u-1-2,
.yui3-u-12-24 {
width: 50%;
*width: 49.9690%;
}

.yui3-u-1-24 {
width: 4.1667%;
*width: 4.1357%;
.yui3-u-13-24 {
width: 54.1667%;
*width: 54.1357%;
}

.yui3-u-5-24 {
width: 20.8333%;
*width: 20.8023%;
.yui3-u-7-12,
.yui3-u-14-24 {
width: 58.3333%;
*width: 58.3023%;
}

.yui3-u-7-24 {
width: 29.1667%;
*width: 29.1357%;
.yui3-u-3-5 {
width: 60%;
*width: 59.9690%;
}

.yui3-u-11-24 {
width: 45.8333%;
*width: 45.8023%;
.yui3-u-5-8,
.yui3-u-15-24 {
width: 62.5000%;
*width: 62.4690%;
}

.yui3-u-13-24 {
width: 54.1667%;
*width: 54.1357%;
.yui3-u-2-3,
.yui3-u-16-24 {
width: 66.6667%;
*width: 66.6357%;
}

.yui3-u-17-24 {
width: 70.8333%;
*width: 70.8023%;
}

.yui3-u-3-4,
.yui3-u-18-24 {
width: 75%;
*width: 74.9690%;
}

.yui3-u-19-24 {
width: 79.1667%;
*width: 79.1357%;
}

.yui3-u-4-5 {
width: 80%;
*width: 79.9690%;
}

.yui3-u-5-6,
.yui3-u-20-24 {
width: 83.3333%;
*width: 83.3023%;
}

.yui3-u-7-8,
.yui3-u-21-24 {
width: 87.5000%;
*width: 87.4690%;
}

.yui3-u-11-12,
.yui3-u-22-24 {
width: 91.6667%;
*width: 91.6357%;
}

.yui3-u-23-24 {
width: 95.8333%;
*width: 95.8023%;
}

.yui3-u-1,
.yui3-u-1-1,
.yui3-u-5-5,
.yui3-u-24-24 {
width: 100%;
}

/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.yui3-g-r {
Expand Down