Description
This PR suggests removing --bs-focus-ring-box-shadow
which isn't used in the code. It might be considered a read-only custom property but IMHO, it can be misunderstood to have read-only custom properties. Or we could decide at some point to name them differently so that they can be more understandable by Bootstrap users.
This PR also suggests documenting the presence of --bs-focus-ring-x
, --bs-focus-ring-y
, and --bs-focus-ring-blur
by providing an explanation and an example.
Type of changes
-
Enhancement (non-breaking change which adds functionality)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly - (N/A) I have added tests to cover my changes
-
All new and existing tests passed