Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
@@ -12,2 +12,3 @@ --- | ||
- **Breaking change:** Removed all the deprecated code. | ||
- **Breaking change:** Rewrote `list` kind to use flexbox with fallbacks. | ||
- **Breaking change:** Removed built-in almost useless `context` param. | ||
@@ -14,0 +15,0 @@ - **Breaking change:** Removed “retrieving” params like for vertical-align from a bunch of kinds: |
{ | ||
"name": "stylobate", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)", | ||
@@ -27,4 +27,4 @@ "licence": "MIT", | ||
"devDependencies": { | ||
"stylus": "~0.48.1", | ||
"autoprefixer": "~3.0.0", | ||
"stylus": "~0.49.1", | ||
"autoprefixer": "~3.1.0", | ||
"postcss": "~2.1.2", | ||
@@ -31,0 +31,0 @@ "glob": "3.2.x", |
@@ -22,3 +22,3 @@ /** | ||
var result = postcss() | ||
.use( autoprefixer().postcss ) | ||
.use( autoprefixer({browsers: ['last 2 versions', 'ios 5', 'ie 9', 'fx 28']}).postcss ) | ||
.process(css); | ||
@@ -25,0 +25,0 @@ |
@@ -25,3 +25,3 @@ /** | ||
actual = postcss() | ||
.use( autoprefixer().postcss ) | ||
.use( autoprefixer({browsers: ['last 2 versions', 'ios 5', 'ie 9', 'fx 28']}).postcss ) | ||
.process(actual); | ||
@@ -28,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet
92864