Skip to content

Commit

Permalink
19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 31, 2024
1 parent f66a4eb commit bacd7ab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## July 31, 2024 19.0.1
* Update form control styles.

## July 31, 2024 19.0.0
* node-sass to sass. More details: https://github.com/sass-basis/basis/issues/123

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
Expand Up @@ -7,7 +7,7 @@
"node": "20.11.1"
},
"name": "sass-basis",
"version": "19.0.0",
"version": "19.0.1",
"main": "src/css/basis.scss",
"author": "inc2734",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/css/basis.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Name: Basis v19.0.0
* Name: Basis v19.0.1
* Description: A lightweight responsive Sass/CSS framework based on flexible box.
* Author: Takashi Kitajima ( inc2734 )
* Author URL: https://2inc.org
Expand Down
4 changes: 2 additions & 2 deletions src/css/core/abstract/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Abstract selectbox component
display:inline-block;
cursor: pointer;
background-color: transparent;
line-height: 1;
max-width: 100%;
padding: var(--_padding-1) var(--_padding2) var(--_padding-1) var(--_padding-1);
@include mixin.form-control-base-padding();
padding-right: var(--_s1);
@include mixin.form-control-base-border();

&:focus {
Expand Down
2 changes: 1 addition & 1 deletion src/css/core/mixin/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ select {
*/

@mixin form-control-base-padding() {
padding: var(--_padding-1);
padding: .75rem 1rem;
}

/*
Expand Down

0 comments on commit bacd7ab

Please sign in to comment.