Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Jan 28, 2023
2 parents e768c6d + b83634e commit f6d83f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ And a lot more minor changes and fixes.
- Add `selection` mixin to handle the `::selection` a bit simpler.

### Improvements
- Add `marker` color under `base` to controle the list's `::marker`.
- Add `marker` color under `base` to control the list's `::marker`.
- Add `-webkit-tap-highlight-color` with `transparent` value to `html` element.
- Remove `outline` from `[tabindex='-1']:focus`.
- Add `$map` argument to the `color` function to use it any map.
Expand Down Expand Up @@ -222,7 +222,7 @@ And a lot more minor changes and fixes.
- Modify `btn-variant()` mixin: add hover foreground color.
- Global switch to `color()` function's fallback value under the [`$settings`](https://sprucecss.com/docs/sass/variables#settings) map.
- Modify the [`scrollbar()`](https://sprucecss.com/docs/sass/mixins#scrollbar) mixin to accept hover thumb background-color value.
- Make `$breakpoints` overwriteable by key.
- Make `$breakpoints` overwritable by key.
- Modify `font-size()` and `responsive-font-size()` function to accept optimal size value. The optimal value will fallback to a global settnigs under the `$settings` map.

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For the complete documentation, please visit our site at [sprucecss.com](https:/
- [Tables](https://sprucecss.com/docs/elements/tables)
- [Buttons](https://sprucecss.com/docs/elements/buttons)
- [Forms](https://sprucecss.com/docs/elements/forms)
- [Medias](https://sprucecss.com/docs/elements/media)
- [Media](https://sprucecss.com/docs/elements/media)

## Components

Expand Down
2 changes: 1 addition & 1 deletion preview/pug/page/form.pug
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ block content
option(value='svelte') Svelte
option(value='ember') Ember
div(class='form-group')
label(for='front-end-frameworks-multiple' class='form-label') Front-end Frameworks (Mulitple)
label(for='front-end-frameworks-multiple' class='form-label') Front-end Frameworks (Multiple)
select(id='front-end-frameworks-multiple' class='form-control' multiple)
option(value='react') React
option(value='vue') Vue
Expand Down

0 comments on commit f6d83f8

Please sign in to comment.