Skip to content

Commit 663b0f4

Browse files
author
Jeroen Ooms
committed
v1.4.0
1 parent da7bb2e commit 663b0f4

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.4.0
4+
5+
* Update LESS version, was out of sync
6+
* Update with Normalize.css v7.0.0
7+
38
## v1.3.2
49

510
* Fix validation issues for .optional-prop mixin in Less version.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "initialize-css",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"homepage": "http://jeroenoomsnl.github.io/initialize-css/",
55
"authors": [
66
"Jeroen Ooms (@jeroenooms)"

dist/_initialize.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Initialize.css (v1.3.2) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
2+
* Initialize.css (v1.4.0) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
33
* http://jeroenoomsnl.github.io/initialize-css
44
*
55
* HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate

dist/initialize.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Initialize.css (v1.3.2) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
2+
* Initialize.css (v1.4.0) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
33
* http://jeroenoomsnl.github.io/initialize-css
44
*
55
* HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "initialize-css",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"homepage": "http://jeroenoomsnl.github.io/initialize-css/",
55
"description": "Initialize.css is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate. Available in CSS and configurable SASS (SCSS) and LESS format.",
66
"author": {

src/styles/initialize.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Initialize.css (v1.3.2) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
2+
* Initialize.css (v1.4.0) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
33
* http://jeroenoomsnl.github.io/initialize-css
44
*
55
* HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate

src/styles/initialize.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Initialize.css (v1.3.2) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
2+
* Initialize.css (v1.4.0) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
33
* http://jeroenoomsnl.github.io/initialize-css
44
*
55
* HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate

0 commit comments

Comments
 (0)