Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed external resource to Google font "Lato" because it is not req… #311

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'))
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 0 additions & 14 deletions pioneer.json

This file was deleted.

3 changes: 0 additions & 3 deletions src/share-button.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('//fonts.googleapis.com/css?family=Lato');

network($amt)
$width = ($amt * 60)px

Expand Down Expand Up @@ -218,4 +216,3 @@ share-button

for name in networks
socialIcon(name)