Skip to content

Commit 0aa882c

Browse files
committed
Release v0.8.1
1 parent 1018d14 commit 0aa882c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Spruce CSS Changelog
22

3+
## v0.8.1 (2022-06-08)
4+
5+
### Bugfix
6+
- Add `!default` to `$table-line-height`.
7+
38
## v0.8.0 (2022-06-08)
49

510
### New features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprucecss",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Spruce CSS - Another CSS Framework",
55
"keywords": [
66
"css",

scss/config/_table.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

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

0 commit comments

Comments
 (0)