aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.3/utilities/interactions.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/utilities/interactions.md')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/utilities/interactions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/utilities/interactions.md b/vendor/twbs/bootstrap/site/content/docs/5.3/utilities/interactions.md
index 0e8ea001f..d602850d1 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/utilities/interactions.md
+++ b/vendor/twbs/bootstrap/site/content/docs/5.3/utilities/interactions.md
@@ -33,9 +33,9 @@ If possible, the simpler solution is:
- For form controls, add the `disabled` HTML attribute.
- For links, remove the `href` attribute, making it a non-interactive anchor or placeholder link.
-## Sass
+## CSS
-### Utilities API
+### Sass utilities API
Interaction utilities are declared in our utilities API in `scss/_utilities.scss`. [Learn how to use the utilities API.]({{< docsref "/utilities/api#using-the-api" >}})