Skip to content

Commit

Permalink
Merge pull request #57 from flatfox-ag/master
Browse files Browse the repository at this point in the history
Remove unused reset mixin
  • Loading branch information
kumailht committed May 22, 2016
2 parents d5bea25 + d72b08a commit 76e1980
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gridforms/gridforms.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gridforms/gridforms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
&:after
clear: both

=_reset


=grid-form($max-columns: 12, $font-size-large: 18px, $legend-color: lighten(#333, 5%), $field-padding: 8px, $label-font-size: 10px, $grid-border-color: #333, $label-color: #333, $field-focus-color: darken(#FFFDED, 5%))

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridforms",
"version": "1.0.6",
"version": "1.0.7",
"description": "Data entry can be beautiful",
"files": [
"gridforms"
Expand All @@ -19,5 +19,8 @@
"bugs": {
"url": "https://github.com/kumailht/gridforms/issues"
},
"homepage": "https://github.com/kumailht/gridforms#readme"
"homepage": "https://github.com/kumailht/gridforms#readme",
"scripts": {
"build": "sass -t compact gridforms/gridforms.sass gridforms/gridforms.css"
}
}

0 comments on commit 76e1980

Please sign in to comment.