Skip to content

Commit

Permalink
Merge branch 'release/v5.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bramsmulders committed May 16, 2022
2 parents 0b826de + 53f8b5b commit 916e100
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 5.5.1 - 16-may-2022

- Added `button`, `input`, `select` & `textarea` to margin in `_reset.scss`

## 5.5.0 - 10-may-2022

- Removed `o-layout` block axis gaps with native row-gap property
Expand Down
8 changes: 5 additions & 3 deletions generic/reset/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ h6,
p,
address,
table,
fieldset,
pre,
ul,
ol,
Expand All @@ -60,7 +59,11 @@ blockquote,
hr,
dl,
dd,
input {
fieldset,
button,
input,
select,
textarea {
margin: 0;
}

Expand Down Expand Up @@ -96,7 +99,6 @@ fieldset {

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supple-kit/supple-css",
"version": "5.5.0",
"version": "5.5.1",
"description": "Reliable and testable Sass framework. Fluid, Variable, supple if you will",
"main": "index.scss",
"repository": "https://github.com/supple-kit/supple-css.git",
Expand Down

0 comments on commit 916e100

Please sign in to comment.