diff --git a/bower.json b/bower.json index 7d16478..3eb5a78 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bq/penguin", - "version": "0.0.7", + "version": "0.0.8", "description": "Penguin is a lightweight and extensible front-end framework built with Sass to kickstart any web project.", "repository": { "type": "git", diff --git a/composer.json b/composer.json index 1220e98..5681eb8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "penguin", "description": "Penguin is a lightweight and extensible front-end framework built with Sass to kickstart any web project.", - "version": "0.0.7", + "version": "0.0.8", "type": "front-end framework", "repositories": { "type": "git", diff --git a/package.json b/package.json index 8cd986e..75dae89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "penguin", - "version": "0.0.1", + "version": "0.0.8", "description": "penguin is a lightweight and extensible front-end framework built with Sass to kickstart any web project.", "repository": { "type": "git", diff --git a/src/css/base/_reset.scss b/src/css/base/_reset.scss index 2983945..ac05e53 100644 --- a/src/css/base/_reset.scss +++ b/src/css/base/_reset.scss @@ -99,8 +99,6 @@ // Reset input states @mixin reset-input-state { - -webkit-appearance: none; - &[type=number]::-webkit-inner-spin-button, &[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }