Conversation
|
I introduced with b8edba4 a new |
| $utilities, | ||
| ( | ||
| // my-bootstrap.scss | ||
| @use "bootstrap" with ( |
There was a problem hiding this comment.
Room for improvement in a follow-up PR. In this docs, we are mixing @use "bootstrap" and bootstrap/scss/utilities. Both are valid but I'm not sure we explain really when we should use one or the other, when you want full framework compile in one entrypoint or when doing focused utility-only builds.
There was a problem hiding this comment.
The way the utilities are built seems powerful, but it possibly introduces mutable local state via CSS variable inheritance. I haven't tested it but I'd say a parent with rounded-size can unintentionally affect descendants using side-only raidus utilities. Maybe we could add an "inheritance caveat" example.
Co-authored-by: Julien Déramond <juderamond@gmail.com>
* Adjust toast copy, placeholder, and font var Update docs and styles: change toast example text to use "accent" wording, mark the default toast placement option as disabled to prevent it being selected as a valid value, and switch the table font variable from --bs-font-monospace to the standardized --bs-font-mono in _content.scss. * fix typo Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
No description provided.