diff --git a/gulpfile.js b/gulpfile.js index 9024722..9b5b580 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -21,7 +21,7 @@ gulp.task('style', function() { use: [ autoprefixer(), axis(), - poststylus([postcssSVG({ paths: ['./src/svg' ]})]) + poststylus([postcssSVG({ paths: ['./src/svg' ], defaults: "[height]:100%; [width]:100%;" })]) ] })) .pipe(gulp.dest('dist/')) diff --git a/package.json b/package.json index 4f3d7d6..dd2bcfc 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,11 @@ "gulp-shell": "^0.5.0", "gulp-uglify": "^1.4.1", "minifier": "^0.7.1", - "pioneer": "^0.11.6", "postcss-svg": "^1.0.1", "poststylus": "^0.2.1", "stylus": "^0.52.4" }, "scripts": { - "test": "pioneer", "build": "gulp build", "unbuild": "gulp unbuild", "build-css": "gulp style", diff --git a/pioneer.json b/pioneer.json deleted file mode 100644 index 4ad6253..0000000 --- a/pioneer.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "feature": "tests/features", - "require": [ - "tests/steps", - "tests/widgets", - "tests/helpers" - ], - "format": "pioneerformat.js", - "driver": "phantomjs", - "error_formatter": "errorformat.js", - "preventReload": false, - "coffee": true, - "verbose": true -} diff --git a/src/share-button.styl b/src/share-button.styl index 9d5d46f..3b56cf6 100644 --- a/src/share-button.styl +++ b/src/share-button.styl @@ -1,5 +1,3 @@ -@import url('//fonts.googleapis.com/css?family=Lato'); - network($amt) $width = ($amt * 60)px @@ -218,4 +216,3 @@ share-button for name in networks socialIcon(name) -