Skip to content

Commit

Permalink
Merge pull request #182 from UsmanAfzal/master
Browse files Browse the repository at this point in the history
[WEBSITE-1217] refactoring: input mixin/svg/.eslintrc
  • Loading branch information
cwaszczuk authored May 24, 2017
2 parents 87eab1f + b02f176 commit c642fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
"no-unused-vars": [
"warn"
],
"no-console":0
"no-undef": 0,
"no-console": 0,
}
};
2 changes: 1 addition & 1 deletion src/elements/mixins.pug
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ mixin image(src, alt)

//- Inputs
mixin input(label, id, name, type, maxlength, regex, title)
label(for=name)= label
label(for=id)= label
input(id=id, name=name, type=type maxlength=maxlength pattern=regex title=title)
2 changes: 1 addition & 1 deletion src/icons/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c642fbc

Please sign in to comment.