Skip to content
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 bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 0 additions & 2 deletions src/css/base/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down