mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-23 06:46:56 -04:00
config: letter-spacing: add missing ‘return’
The missing return caused us to fall through to the bottom of the function, where we ended with an error message: [main].letter-spacing: 0: not a valid option: letter-spacing Closes #795
This commit is contained in:
parent
c645be7585
commit
b22322bfd1
2 changed files with 6 additions and 1 deletions
|
|
@ -46,6 +46,11 @@
|
|||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Regression: `letter-spacing` resulting in a “not a valid option”
|
||||
error (https://codeberg.org/dnkl/foot/issues/795).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue