Skip to content

Commit 4b4577a

Browse files
committed
Fixes incorrect IE version for figure margin and revision bump
1 parent 8ef5e49 commit 4b4577a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/krisbulman/normalize-libsass.svg?branch=master)](https://travis-ci.org/krisbulman/normalize-libsass)
22

3-
# normalize-libsass 1.0.0
3+
# normalize-libsass 1.0.1
44

55
A libsass compatible Sass port of normalize.css; a collection of HTML element and attribute style-normalizations.
66

_normalize.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
/// normalize-libsass 1.0.0
2+
/// normalize-libsass 1.0.1
33
/// MIT/GPLv2 License
44
/// lb.cm/normalize-libsass
55
////
@@ -283,7 +283,7 @@ sub {
283283
/* Grouping content
284284
========================================================================== */
285285

286-
@if normalize-browser-support('ie', 10) or normalize-browser-support('safari', 6) {
286+
@if normalize-browser-support('ie', 9) or normalize-browser-support('safari', 6) {
287287
/**
288288
* Address margin not present in IE 8/9 and Safari.
289289
*/

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-libsass",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/krisbulman/normalize-libsass",
55
"author": [
66
"Nicolas Gallagher",

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "normalize-libsass",
33
"repo": "krisbulman/normalize-libsass",
44
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": [
77
"Nicolas Gallagher",
88
"Kris Bulman"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-libsass",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
55
"devDependencies": {
66
"grunt": "~0.4",

0 commit comments

Comments
 (0)