From 1ebfaeff8014512d505b4040b0c982b67e2a7a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 7 Jan 2023 00:14:28 +0000 Subject: [PATCH 1/3] Fix misspellings --- CHANGELOG.md | 2 +- preview/pug/page/form.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f74439e..8d3bd67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -216,7 +216,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/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 From ef8ddd9e54c39e08a2340742c619abab1cf47d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 7 Jan 2023 00:19:55 +0000 Subject: [PATCH 2/3] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3bd67..7652473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,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. From 6069f45af44d0ca1a33b7e811b2ef096fd7912be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 7 Jan 2023 00:20:27 +0000 Subject: [PATCH 3/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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