diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f6c47..5144bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/README.md b/README.md index c579499..1459992 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/preview/pug/page/form.pug b/preview/pug/page/form.pug index d5a9d07..0024b85 100644 --- a/preview/pug/page/form.pug +++ b/preview/pug/page/form.pug @@ -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