Skip to content

Commit

Permalink
Release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed May 4, 2023
1 parent 0930cad commit 1c5c816
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spruce CSS Changelog

## v2.0.0 (2023-05-03)
## v2.0.0 (2023-05-04)

### What's Changed
- Reverse `prefers-reduced-motion` behavior.
Expand Down
6 changes: 3 additions & 3 deletions css/spruce.css
Original file line number Diff line number Diff line change
Expand Up @@ -1020,11 +1020,11 @@ samp {

.form-control {
--webkit-date-line-height: 1.375;
--spruce-border-radius: 0.325rem;
--spruce-border-width: 1px;
--spruce-font-size: 1rem;
--spruce-line-height: 1.5;
--spruce-padding: 0.5em 0.75em;
--spruce-border-width: 1px;
--spruce-border-radius: 0.325rem;
--spruce-textarea-height: 6rem;
-webkit-appearance: none;
-moz-appearance: none;
Expand Down Expand Up @@ -1152,8 +1152,8 @@ html[dir=rtl] select.form-control:not([multiple]):not([size]) {
}

.form-check {
--spruce-border-width: 1px;
--spruce-border-radius: 0.325rem;
--spruce-border-width: 1px;
--spruce-font-size: 1.125rem;
--spruce-line-height: calc(2px + 2ex + 2px);
--spruce-margin-block-start: 0.1em;
Expand Down
2 changes: 1 addition & 1 deletion css/spruce.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprucecss",
"version": "2.0.0-beta.9",
"version": "2.0.0",
"description": "Spruce CSS - Another CSS Framework",
"keywords": [
"css",
Expand Down

0 comments on commit 1c5c816

Please sign in to comment.