Skip to content

Commit

Permalink
updated h5bp to 4.3.0, normalize.css to 1.1.3, and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodl3r committed Oct 12, 2013
1 parent 9ca9b3c commit 09c8833
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 52 deletions.
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
### 1.0.2 (August 8, 2013)
### 1.0.2 / 4.3.0 (August 8, 2013)
* Upgraded jQuery to 1.10.2
* Added Latest H5BP Dev Updates (http://goo.gl/X6uu6z)
* Update normalize.css to v1.1.3
* Swapped tabs for 2-char spaces on all files
* Pulled Support for Chrome Frame + Replaced w/ Browserhappy


### 1.0.1 (May 22, 2013)
* Upgraded H5BP to 4.2.0
### 1.0.1 / 4.2.0 (May 22, 2013)
* Upgraded jQuery to 1.10.1
* Upgraded Normalize.css to 1.1.2
* Added Setup Steps + Library Sources to README
Expand All @@ -15,24 +14,23 @@
* Simplified Core Style + Mixin usage examples
* Restructured SCSS Build Assembly: `_base.scss` is
now `core.scss` (`base.scss` supersedes `core.scss`)
* Moved Author's Custom Mixins to `_mixins.scss` (included
* Moved Author's Custom Mixins to `_mixins.scss` (included
some useful Mixin examples)
* Added Susy Grid Support for Sass/Compass (disabled by default)
* Replaced H5BP Media Query Examples w/ SCSS Mixin Media
Query Logic from @iMathis (Brandon Mathis)
* Moved H5BP Helpers Partial Above Author's Partials
in `base.scss` (Can now use Sass's @extend helpers classes)
* Enabled CodeKit JavaScript Minification +
Renamed `core-ck.js` and `plugins-ck.js`
* Enabled CodeKit JavaScript Minification +
Renamed `core-ck.js` and `plugins-ck.js`
to `core.min.js` and `plugins.min.js`
* Added Compliled CSS `css\base.css` + Sublime Text, CodeKit
Project Files to `.gitignore`
* Updated Favicon.ico to HiDPI 32x32 icon image
* Removed Google Analytics protocol check


### 1.0.0 (January 31, 2013)
* Update HTML5Boilerplate to 4.1.0
### 1.0.0 / 4.1.0 (January 31, 2013)
* Update to Normalize.css 1.1.0
* Update to jQuery 1.9.0
* Updated Image-Replacement CSS (Removed Alternate)
Expand All @@ -47,14 +45,14 @@
* Changed Tab-Spacing back to default of 4 (was 2)
* Updated README Details
* Tweaked HTML Comments
Updated Console-Stub Plugin Function (JSLint)
Updated Console-Stub Plugin Function (JSLint)
* Cleaned-up `_base.scss`


### November 25, 2012
* Removed Stock H5BPCodeKit HTML Attributes
* Removed Stock H5BPCodeKit HTML Attributes
* Rearranged Meta + Title Attribute Markup
* Removed '/Config'
* Removed '/Config'
* Added CodeKit Config-File + Favicon to Root
Directory
* Updated Starter HTML Content
Expand All @@ -68,6 +66,6 @@
* Added SASS Variables for H5BP + Normalize
* Converted H5BP to SASS (Ref: Sporkd Compass-H5BP)
* Converted Normalize to SASS
* Setup Initial CodeKit Config for JSLint, SASS,
* Setup Initial CodeKit Config for JSLint, SASS,
Compass + Uglify Support

4 changes: 2 additions & 2 deletions css/_h5bp.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//
// HTML5 Boilerplate v4.2.0 | h5bp.com
// HTML5 Boilerplate v4.3.0 | h5bp.com
//
// What follows is the result of much research on cross-browser styling.
// Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
// Kroc Camen, and the H5BP dev community and team.
//
// ==========================================================================

// ==========================================================================
// Import & Assemble Components
// ==========================================================================
Expand Down
68 changes: 34 additions & 34 deletions css/_normalize.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Normalize.css v1.1.2 | MIT License | git.io/normalize
// Normalize.css v1.1.3 | MIT License | git.io/normalize
//
// Normalize.css makes browsers render all elements more consistently and in
// line with modern standards. It precisely targets only the styles that need
Expand Down Expand Up @@ -28,21 +28,21 @@
nav, section, summary {
display: block;
}

// Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}

// Prevent modern browsers from displaying `audio` without controls.
// Remove excess height in iOS 5 devices.
audio:not([controls]) {
display: none;
height: 0;
}

// Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
// Known issue: no IE 6 support.
[hidden] {
Expand All @@ -63,13 +63,13 @@
-ms-text-size-adjust: 100%; // 2
-webkit-text-size-adjust: 100%; // 2
}

// Address `font-family` inconsistency between `textarea` and other form
// elements.
html, button, input, select, textarea {
font-family: sans-serif;
}

// Address margins handled incorrectly in IE 6/7.
body {
margin: 0;
Expand All @@ -84,7 +84,7 @@
a:focus {
outline: thin dotted;
}

// Improve readability when focused and mouse-hovered in all browsers.
a:active,
a:hover {
Expand Down Expand Up @@ -123,74 +123,74 @@
font-size: 0.67em;
margin: 2.33em 0;
}

// Address styling not present in IE 7/8/9, Safari 5, and Chrome.
abbr[title] {
border-bottom: 1px dotted;
}

// Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
b, strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}

// Address styling not present in Safari 5 and Chrome.
dfn {
font-style: italic;
}

// Address differences between Firefox and other browsers.
// Known issue: no IE 6/7 normalization.
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}

// Address styling not present in IE 6/7/8/9.
mark {
background: #ff0;
color: #000;
}

// Address margins set differently in IE 6/7.
p, pre {
margin: 1em 0;
}

// Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
code, kbd, pre, samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}

// Improve readability of pre-formatted text in all browsers.
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}

// Address CSS quotes not supported in IE 6/7.
q {
quotes: none;
}

// Address `quotes` property not supported in Safari 4.
q:before, q:after {
content: '';
content: none;
}

// Address inconsistent and variable font size in all browsers.
small {
font-size: 80%;
}

// Prevent `sub` and `sup` affecting `line-height` in all browsers.
sub, sup {
font-size: 75%;
Expand All @@ -213,12 +213,12 @@
dd {
margin: 0 0 0 40px;
}

// Address paddings set differently in IE 6/7.
menu, ol, ul {
padding: 0 0 0 40px;
}

// Correct list images handled incorrectly in IE 7.
nav ul, nav ol {
list-style: none;
Expand All @@ -236,7 +236,7 @@
border: 0; // 1
-ms-interpolation-mode: bicubic; // 2
}

// Correct overflow displayed oddly in IE 9.
svg:not(:root) {
overflow: hidden;
Expand All @@ -261,14 +261,14 @@
form {
margin: 0;
}

// Define consistent border, margin, and padding.
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

// 1. Correct color not being inherited in IE 6/7/8/9.
// 2. Correct text not wrapping in Firefox 3.
// 3. Correct alignment displayed oddly in IE 6/7.
Expand All @@ -278,7 +278,7 @@
white-space: normal; // 2
*margin-left: -7px; // 3
}

// 1. Correct font size not being inherited in all browsers.
// 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
// and Chrome.
Expand All @@ -289,21 +289,21 @@
vertical-align: baseline; // 3
*vertical-align: middle; // 3
}

// Address Firefox 3+ setting `line-height` on `input` using `!important`
// in the UA stylesheet.
button, input {
line-height: normal;
}

// Address inconsistent `text-transform` inheritance for `button` and `select`.
// All other form control elements do not inherit `text-transform` values.
// Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
// Correct `select` style inheritance in Firefox 4+ and Opera.
button, select {
text-transform: none;
}

// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
// and `video` controls.
// 2. Correct inability to style clickable `input` types in iOS.
Expand All @@ -319,13 +319,13 @@
cursor: pointer; // 3
*overflow: visible; // 4
}

// Re-set default cursor for disabled elements.
button[disabled],
html input[disabled] {
cursor: default;
}

// 1. Address box sizing set to content-box in IE 8/9.
// 2. Remove excess padding in IE 8/9.
// 3. Remove excess padding in IE 7.
Expand All @@ -337,7 +337,7 @@
*height: 13px; // 3
*width: 13px; // 3
}

// 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
// 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
// (include `-moz` to future-proof).
Expand All @@ -347,21 +347,21 @@
-webkit-box-sizing: content-box; // 2
box-sizing: content-box;
}

// Remove inner padding and search cancel button in Safari 5 and Chrome
// on OS X.
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

// Remove inner padding and border in Firefox 3+.
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

// 1. Remove default vertical scrollbar in IE 6/7/8/9.
// 2. Improve readability and alignment in all browsers.
textarea {
Expand Down
6 changes: 3 additions & 3 deletions css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// Base Stylesheet Assembler
//
// ==========================================================================
// Featuring: HTML5 Boilerplate w/ Normalize, Sass, Compass + Susy.
// Featuring: HTML5 Boilerplate w/ Normalize, Sass, Compass + Susy.
//
// This is where all CSS Libraries are imported and assembled into the base
// stylesheet. Please place your custom project variables, styles and mixins
// inside '_core.scss' and '_mixins.scss'. For additional support with the
// inside '_core.scss' and '_mixins.scss'. For additional support with the
// environment and application configuration - please refer to the README.
//
// ==========================================================================
Expand All @@ -18,7 +18,7 @@
@import 'compass/layout';
@import 'compass/utilities';
@import 'compass/css3';
// @import 'susy'; // Susy Grid Support (remove comment to enable)
// @import 'susy'; // Susy Grid Support: Remove comment to enable
@import 'normalize';
@import 'h5bp';

Expand Down

0 comments on commit 09c8833

Please sign in to comment.