Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Jun 8, 2022
1 parent 1018d14 commit 0aa882c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Spruce CSS Changelog

## v0.8.1 (2022-06-08)

### Bugfix
- Add `!default` to `$table-line-height`.

## v0.8.0 (2022-06-08)

### New features
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": "sprucecss",
"version": "0.8.0",
"version": "0.8.1",
"description": "Spruce CSS - Another CSS Framework",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion scss/config/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

// Tables
$table-responsive-width: 40rem !default;
$table-line-height: $line-height-md;
$table-line-height: $line-height-md !default;
$table-padding: map.get($spacers, s) !default;
$table-padding-sm: map.get($spacers, xxs) map.get($spacers, xs) !default;

0 comments on commit 0aa882c

Please sign in to comment.